From cc2e2103645be3fa31c3d2397147192ccf6f1a25 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 20 Sep 2018 14:09:03 +1000 Subject: [PATCH] Move from tomaka/libp2p-rs to sigp/libp2p-rs tomaka removed the zksummit branch that we were (lazily) relying upon. --- network-libp2p/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/network-libp2p/Cargo.toml b/network-libp2p/Cargo.toml index 50f5d26b8..de8077ac6 100644 --- a/network-libp2p/Cargo.toml +++ b/network-libp2p/Cargo.toml @@ -8,13 +8,13 @@ bigint = "4.2" bytes = "" eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" } futures = "0.1.23" -libp2p-peerstore = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } -libp2p-core = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } -libp2p-mplex = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } -libp2p-tcp-transport = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } -libp2p-floodsub = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } -libp2p-identify = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } -libp2p-kad = { git = "https://github.com/tomaka/libp2p-rs", branch ="zksummit" } +libp2p-peerstore = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } +libp2p-core = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } +libp2p-mplex = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } +libp2p-tcp-transport = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } +libp2p-floodsub = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } +libp2p-identify = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } +libp2p-kad = { git = "https://github.com/sigp/libp2p-rs", branch ="zksummit" } pem = "0.5.0" rand = "0.3" slog = "^2.2.3"