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 8e3716c commit 6ef76fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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", path = "/rpc", features=["client"] }
tendermint-rpc = { git = "https://github.com/informalsystems/tendermint-rs.git", features=["client"] }
anomaly = "0.2.0"
async-trait = "0.1.24"
humantime-serde = "1.0.0"
Expand Down

0 comments on commit 6ef76fa

Please sign in to comment.