Skip to content

Commit

Permalink
Update tendermint-rs now that the ABCI changes are merged.
Browse files Browse the repository at this point in the history
Now that informalsystems/tendermint-rs#862 is merged, we can stop using our own branch.
  • Loading branch information
hdevalence committed Dec 8, 2021
1 parent 3509d8a commit 6d47a4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tendermint-proto = { git = "https://github.com/penumbra-zone/tendermint-rs.git", branch = "abci-domain-types_r14" }
tendermint = { git = "https://github.com/penumbra-zone/tendermint-rs.git", branch = "abci-domain-types_r14" }
# tendermint-proto = { path = "../tendermint-rs/proto" }
# tendermint = { path = "../tendermint-rs/tendermint" }
tendermint-proto = { git = "https://github.com/penumbra-zone/tendermint-rs.git", branch = "master" }
tendermint = { git = "https://github.com/penumbra-zone/tendermint-rs.git", branch = "master" }
bytes = "1"
tokio = { version = "1", features = ["full"]}
tokio-util = { version = "0.6", features = ["codec"] }
Expand Down

0 comments on commit 6d47a4b

Please sign in to comment.