Skip to content

Commit

Permalink
Fix nightly runs (informalsystems#161)
Browse files Browse the repository at this point in the history
- Changes are good. Work fine.
  • Loading branch information
greg-szabo authored Jul 20, 2020
1 parent 9728e16 commit a7f167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
[dependencies]
relayer-modules = { path = "../../modules" }
tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "master" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", features=["client"] }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "master", features=["client"] }
anomaly = "0.2.0"
async-trait = "0.1.24"
humantime-serde = "1.0.0"
Expand Down

0 comments on commit a7f167d

Please sign in to comment.