Use libp2p 0.6.0 instead of a custom branch (#2150)

This commit is contained in:
Pierre Krieger
2019-03-30 17:53:20 -03:00
committed by André Silva
parent 63c3dd5a45
commit d4a4022dd1
5 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
crossbeam-channel = "0.3.4"
libp2p = { git = "https://github.com/tomaka/libp2p-rs", branch = "substrate-tmp-2019-03-20", default-features = false }
libp2p = { version = "0.6.0", default-features = false }
log = "0.4"
primitives = { package = "substrate-primitives", path= "../../primitives" }
inherents = { package = "substrate-inherents", path = "../../inherents" }