Skip to content

Commit 1dd1e47

Browse files
authored
tower-abci: bump to tendermint@0.40 (#57)
Preparing release `v0.18.0` featuring `tendermint@0.40` and `tendermint-proto@0.40`.
1 parent 62411ea commit 1dd1e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-abci"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = [
55
"Penumbra Labs <team@penumbralabs.xyz>",
66
"Henry de Valence <hdevalence@penumbralabs.xyz"
@@ -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.39"
18-
tendermint = "0.39"
17+
tendermint-proto = "0.40"
18+
tendermint = "0.40"
1919
bytes = "1"
2020
tokio = { version = "1", features = ["full"]}
2121
tokio-util = { version = "0.6", features = ["codec"] }

0 commit comments

Comments
 (0)