Skip to content

Commit

Permalink
tower-abci: bump [email protected] (#56)
Browse files Browse the repository at this point in the history
This bumps `tendermint-rs` and `tendermint-proto` to `v0.39.x` and
prepare the `v0.17.0` release of the crate.
  • Loading branch information
erwanor authored Nov 18, 2024
1 parent 2222b05 commit 62411ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-abci"
version = "0.16.0"
version = "0.17.0"
authors = [
"Penumbra Labs <[email protected]>",
"Henry de Valence <[email protected]"
Expand All @@ -14,8 +14,8 @@ documentation = "https://docs.rs/tower-abci"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tendermint-proto = "0.38"
tendermint = "0.38"
tendermint-proto = "0.39"
tendermint = "0.39"
bytes = "1"
tokio = { version = "1", features = ["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::doc_lazy_continuation)]
#![doc = include_str!("../README.md")]
/// A fork of tower::buffer @ `e1760d38` that has four queues feeding
/// the same worker task, with different priorities.
Expand Down

0 comments on commit 62411ea

Please sign in to comment.