Skip to content

Commit

Permalink
Update to tendermint 0.21 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian authored Jul 31, 2021
1 parent f4c4ea6 commit c0c0e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmos-sdk-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ prost = "0.7"
prost-types = "0.7"
rand_core = { version = "0.6", features = ["std"] }
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tendermint = { version = "0.20", default-features = false, features = ["secp256k1"] }
tendermint = { version = "0.21", default-features = false, features = ["secp256k1"] }
thiserror = "1"

# optional dependencies
bip32 = { version = "0.2", optional = true }
tendermint-rpc = { version = "0.20", optional = true, features = ["http-client"] }
tendermint-rpc = { version = "0.21", optional = true, features = ["http-client"] }
tokio = { version = "1", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit c0c0e4e

Please sign in to comment.