Skip to content

Commit

Permalink
cargo: bump to [email protected] (#28)
Browse files Browse the repository at this point in the history
* cargo: bump to `[email protected]`

* cargo: prepare release `0.8`
  • Loading branch information
erwanor authored Jun 8, 2023
1 parent a85676c commit 64aee0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tower-abci"
version = "0.7.0"
version = "0.8.0"
authors = ["Henry de Valence <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,8 +11,8 @@ documentation = "https://docs.rs/tower-abci"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tendermint-proto = "0.31.1"
tendermint = "0.31.1"
tendermint-proto = "0.32"
tendermint = "0.32"
bytes = "1"
tokio = { version = "1", features = ["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
Expand Down

0 comments on commit 64aee0c

Please sign in to comment.