Skip to content
Snippets Groups Projects
Unverified Commit a6655561 authored by Pierre Krieger's avatar Pierre Krieger
Browse files

Upgrade rust-libp2p

parent 82f863ce
Branches 343
No related merge requests found
This diff is collapsed.
...@@ -11,7 +11,7 @@ bytes = "0.4" ...@@ -11,7 +11,7 @@ bytes = "0.4"
error-chain = { version = "0.12", default-features = false } error-chain = { version = "0.12", default-features = false }
fnv = "1.0" fnv = "1.0"
futures = "0.1" futures = "0.1"
libp2p = { git = "https://github.com/tomaka/libp2p-rs", rev = "f8abc6c6866ab9cc7e10b6fd6d4a0d08ca7cfee2", default-features = false, features = ["libp2p-secio", "libp2p-secio-secp256k1"] } libp2p = { git = "https://github.com/tomaka/libp2p-rs", rev = "2fb5ef1d40f2565e592248abbd21b7ca2da992e0", default-features = false, features = ["libp2p-secio", "libp2p-secio-secp256k1"] }
ethcore-io = { git = "https://github.com/paritytech/parity.git" } ethcore-io = { git = "https://github.com/paritytech/parity.git" }
ethkey = { git = "https://github.com/paritytech/parity.git" } ethkey = { git = "https://github.com/paritytech/parity.git" }
ethereum-types = "0.3" ethereum-types = "0.3"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment