Skip to content

Commit

Permalink
Removing some warnings triggered during compilation due to dependency…
Browse files Browse the repository at this point in the history
… specificiation #131 (#132)
  • Loading branch information
andynog authored Jul 9, 2020
1 parent 33b3fe5 commit 98840eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ paths-ics = []

[dependencies]
tendermint = { git = "https://github.com/informalsystems/tendermint-rs.git", branch = "master" }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", path = "/rpc", features=["client"] }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", features=["client"] }

anomaly = "0.2.0"
thiserror = "1.0.11"
Expand Down

0 comments on commit 98840eb

Please sign in to comment.