Skip to content

Commit

Permalink
Bump tendermint-rs crates to v0.39.1 (#483)
Browse files Browse the repository at this point in the history
Also removes `[patch.crates-io]` from Cargo.toml

These releases include some various bugfixes and API changes we need.
  • Loading branch information
tony-iqlusion committed Aug 9, 2024
1 parent 9e1b3d6 commit 6755fa0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
19 changes: 9 additions & 10 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ members = [
"cosmos-sdk-proto",
"cosmrs"
]

[patch.crates-io]
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs" }
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.72"

[dependencies]
prost = { version = "0.13", default-features = false }
tendermint-proto = "0.39"
tendermint-proto = "0.39.1"

# Optional dependencies
tonic = { version = "0.12", optional = true, default-features = false, features = ["codegen", "prost"] }
Expand Down
4 changes: 2 additions & 2 deletions cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
signature = { version = "2", features = ["std"] }
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tendermint = { version = "0.39", features = ["secp256k1"] }
tendermint = { version = "0.39.1", features = ["secp256k1"] }
thiserror = "1"

# optional dependencies
bip32 = { version = "0.5", optional = true, default-features = false, features = ["alloc", "secp256k1"] }
tendermint-rpc = { version = "0.39", optional = true, features = ["http-client"] }
tendermint-rpc = { version = "0.39.1", optional = true, features = ["http-client"] }
tokio = { version = "1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 6755fa0

Please sign in to comment.