Skip to content

Commit

Permalink
Revert tendermint dependencies to v0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 7, 2024
1 parent e2321ab commit ee44fb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ibc-proto = { version = "0.47", default-features = false, features = [
"borsh",
"serde",
] }
tendermint = { version = "0.39", default-features = false }
tendermint-proto = { version = "0.39", default-features = false }
tendermint-light-client-verifier = { version = "0.39", default-features = false, features = [ "rust-crypto" ] }
tendermint = { version = "0.38", default-features = false }
tendermint-proto = { version = "0.38", default-features = false }
tendermint-light-client-verifier = { version = "0.38", default-features = false, features = [ "rust-crypto" ] }

sp-core = { version = "34.0", default-features = false, optional = true }
sp-io = { version = "37.0", default-features = false, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ ibc-client-wasm-types = { version = "0.53.0", path = "./../ibc-clients/ics08-was
ibc-testkit = { version = "0.53.0", path = "./../ibc-testkit", default-features = false }

# cosmos dependencies
tendermint = { version = "0.39.0", default-features = false }
tendermint-testgen = { version = "0.39.0", default-features = false }
tendermint = { version = "0.38.0", default-features = false }
tendermint-testgen = { version = "0.38.0", default-features = false }

0 comments on commit ee44fb3

Please sign in to comment.