Skip to content

Commit bc345e4

Browse files
authored
tower-abci: bump tendermint@0.37 and prepare 0.15 (#51)
1 parent 582dd60 commit bc345e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-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.14.0"
3+
version = "0.15.0"
44
authors = ["Henry de Valence <hdevalence@penumbra.zone>"]
55
edition = "2021"
66
license = "MIT"
@@ -11,8 +11,8 @@ documentation = "https://docs.rs/tower-abci"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
tendermint-proto = "0.36"
15-
tendermint = "0.36"
14+
tendermint-proto = "0.37"
15+
tendermint = "0.37"
1616
bytes = "1"
1717
tokio = { version = "1", features = ["full"]}
1818
tokio-util = { version = "0.6", features = ["codec"] }

0 commit comments

Comments
 (0)