Skip to content

Commit 62411ea

Browse files
authored
tower-abci: bump [email protected] (#56)
This bumps `tendermint-rs` and `tendermint-proto` to `v0.39.x` and prepare the `v0.17.0` release of the crate.
1 parent 2222b05 commit 62411ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-abci"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = [
55
"Penumbra Labs <[email protected]>",
66
"Henry de Valence <[email protected]"
@@ -14,8 +14,8 @@ documentation = "https://docs.rs/tower-abci"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
tendermint-proto = "0.38"
18-
tendermint = "0.38"
17+
tendermint-proto = "0.39"
18+
tendermint = "0.39"
1919
bytes = "1"
2020
tokio = { version = "1", features = ["full"]}
2121
tokio-util = { version = "0.6", features = ["codec"] }

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::doc_lazy_continuation)]
12
#![doc = include_str!("../README.md")]
23
/// A fork of tower::buffer @ `e1760d38` that has four queues feeding
34
/// the same worker task, with different priorities.

0 commit comments

Comments
 (0)