Skip to content

Commit

Permalink
Add explicit dependency version for proto from rpc crate
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 11, 2020
1 parent 7a6c8e3 commit 61a245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1", features = [ "derive" ] }
serde_bytes = "0.11"
serde_json = "1"
tendermint = { version = "0.17.0-rc2", path = "../tendermint" }
tendermint-proto = { path = "../proto" }
tendermint-proto = { version = "0.17.0-rc2", path = "../proto" }
thiserror = "1"
uuid = { version = "0.8", default-features = false }
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
Expand Down

0 comments on commit 61a245d

Please sign in to comment.