We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent d18d3e6 commit 4b73065Copy full SHA for 4b73065
Cargo.toml
@@ -11,8 +11,8 @@ documentation = "https://docs.rs/tower-abci"
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
[dependencies]
14
-tendermint-proto = "0.34"
15
-tendermint = "0.34"
+tendermint-proto = "0.35"
+tendermint = "0.35"
16
bytes = "1"
17
tokio = { version = "1", features = ["full"]}
18
tokio-util = { version = "0.6", features = ["codec"] }
0 commit comments