Skip to content

Commit

Permalink
Bump tendermint-rs dependencies to v0.35 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Mar 15, 2024
1 parent 3d5bd40 commit d902b90
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 56 deletions.
133 changes: 83 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto"
version = "0.20.0"
version = "0.21.0-pre"
authors = [
"Justin Kilpatrick <justin@althea.net>",
"Greg Szabo <greg@informal.systems>",
Expand All @@ -18,7 +18,7 @@ rust-version = "1.72"
[dependencies]
prost = "0.12"
prost-types = "0.12"
tendermint-proto = "0.34"
tendermint-proto = "0.35"

# Optional dependencies
tonic = { version = "0.11", optional = true, default-features = false, features = ["codegen", "prost"] }
Expand Down
Loading

0 comments on commit d902b90

Please sign in to comment.