We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tendermint@0.37
0.15
1 parent 582dd60 commit bc345e4Copy full SHA for bc345e4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tower-abci"
3
-version = "0.14.0"
+version = "0.15.0"
4
authors = ["Henry de Valence <hdevalence@penumbra.zone>"]
5
edition = "2021"
6
license = "MIT"
@@ -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.36"
15
-tendermint = "0.36"
+tendermint-proto = "0.37"
+tendermint = "0.37"
16
bytes = "1"
17
tokio = { version = "1", features = ["full"]}
18
tokio-util = { version = "0.6", features = ["codec"] }
0 commit comments