Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tower-abci: prepare v0.19.1, bump
[email protected]
(#60)
Bumps tokio-util to 0.7. Similar to PR #59, this sets the version to 0.19.1. I went through all imports of tokio_utils and it looks like none of it is part of the crate's public API, making this a minor release. The only `pub` marked items are the `v{034,037,038}::codex::{Decode}` types, which `impl tokio_util::codec::Decoder` and `impl tokio_util::codec::Decoder`. But the crate does not actually export any of these items (and the `*::codex` modules stay private).
- Loading branch information