Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Fix tendermint* crates revision
Browse files Browse the repository at this point in the history
Required in order to run the resiliency tests
  • Loading branch information
fmorency committed Dec 14, 2022
1 parent 79d2f4d commit 55ce0c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions src/many-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ reqwest = "0.11.6"
sha2 = "0.10.1"
signal-hook = "0.3.13"
smol = "1.2.5"
tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git" }
tendermint-abci = { git = "https://github.com/informalsystems/tendermint-rs.git" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", features = [ "http-client" ] }
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git" }
tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", rev = "ab896a6971b1782ecf45e0c2dae553bce798c39b" }
tendermint-abci = { git = "https://github.com/informalsystems/tendermint-rs.git", rev = "ab896a6971b1782ecf45e0c2dae553bce798c39b" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", features = [ "http-client" ], rev = "ab896a6971b1782ecf45e0c2dae553bce798c39b" }
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs.git", rev = "ab896a6971b1782ecf45e0c2dae553bce798c39b" }
tokio = { version = "1.13.0", features = [ "full" ] }
tracing = "0.1.28"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit 55ce0c3

Please sign in to comment.