Skip to content

Commit a85676c

Browse files
authored
tower-abci: prepare release 0.7.0 (#27)
* cargo: bump tendermint * cargo: bump `tracing-subscriber`
1 parent 48cd573 commit a85676c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-abci"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Henry de Valence <[email protected]>"]
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.30.0"
15-
tendermint = "0.30.0"
14+
tendermint-proto = "0.31.1"
15+
tendermint = "0.31.1"
1616
bytes = "1"
1717
tokio = { version = "1", features = ["full"]}
1818
tokio-util = { version = "0.6", features = ["codec"] }
@@ -25,7 +25,7 @@ prost = "0.11"
2525

2626
[dev-dependencies]
2727
structopt = "0.3"
28-
tracing-subscriber = "0.2"
28+
tracing-subscriber = "0.3.17"
2929

3030
[features]
3131
doc = []

0 commit comments

Comments
 (0)