Skip to content

Commit

Permalink
specify tendermint and tendermint-proto as path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Nov 21, 2020
1 parent 7ba9e08 commit 5ae53f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ rand_core = { version = "0.5", features = ["std"] }
sha2 = "0.9"
subtle = "2"
subtle-encoding = { version = "0.5" }
tendermint = { version = "=0.17.0-rc3", features = ["secp256k1"] }
tendermint-proto = "=0.17.0-rc3"
thiserror = "1"
x25519-dalek = "1.1"
zeroize = "1"

# path dependencies
tendermint = { path = "../tendermint", version = "=0.17.0-rc3" }
tendermint-proto = { path = "../proto", version = "=0.17.0-rc3" }

0 comments on commit 5ae53f6

Please sign in to comment.