We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tendermint@0.40
1 parent 62411ea commit 1dd1e47Copy full SHA for 1dd1e47
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tower-abci"
3
-version = "0.17.0"
+version = "0.18.0"
4
authors = [
5
"Penumbra Labs <team@penumbralabs.xyz>",
6
"Henry de Valence <hdevalence@penumbralabs.xyz"
@@ -14,8 +14,8 @@ documentation = "https://docs.rs/tower-abci"
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
[dependencies]
17
-tendermint-proto = "0.39"
18
-tendermint = "0.39"
+tendermint-proto = "0.40"
+tendermint = "0.40"
19
bytes = "1"
20
tokio = { version = "1", features = ["full"]}
21
tokio-util = { version = "0.6", features = ["codec"] }
0 commit comments