Skip to content

Commit

Permalink
Bump tendermint(-rpc) to v0.14 (#83)
Browse files Browse the repository at this point in the history
Uses the latest release of the `tendermint` crate:

informalsystems/tendermint-rs#347
  • Loading branch information
tony-iqlusion authored Jun 19, 2020
1 parent b683d1b commit 6f749cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ stdtx = { version = "0.2", optional = true }
subtle = "2"
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tempfile = "3"
tendermint = "0.13"
tendermint-rpc = { version = "0.1.0", optional = true, features = ["client"] }
tendermint = "0.14"
tendermint-rpc = { version = "0.14.0", optional = true, features = ["client"] }
thiserror = "1"
wait-timeout = "0.2"
x25519-dalek = "0.6"
Expand Down Expand Up @@ -68,7 +68,3 @@ overflow-checks = true

[package.metadata.docs.rs]
all-features = true

[patch.crates-io]
tendermint = { git = "https://github.com/informalsystems/tendermint-rs" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs" }

0 comments on commit 6f749cc

Please sign in to comment.