Fix libp2p version to specific commit

This commit is contained in:
Age Manning
2019-03-26 15:06:41 +11:00
parent 5b40152873
commit b2ae54043c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
# SigP repository until PR is merged
libp2p = { git = "https://github.com/SigP/rust-libp2p", branch = "gossipsub" }
libp2p = { git = "https://github.com/SigP/rust-libp2p", rev = "987fec350b5c2eb55e5f0139615adab49ce493ff" }
types = { path = "../../eth2/types" }
ssz = { path = "../../eth2/utils/ssz" }
ssz_derive = { path = "../../eth2/utils/ssz_derive" }