mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 07:41:34 +00:00
Rename multiaddr and mulithash to parity-* (#737)
* Rename multiaddr and mulithash to parity-* * Fix doctests
This commit is contained in:
@ -14,7 +14,7 @@ fnv = "1"
|
||||
futures = "0.1"
|
||||
libp2p-core = { path = "../../core" }
|
||||
log = "0.4.1"
|
||||
multiaddr = { path = "../../misc/multiaddr" }
|
||||
multiaddr = { package = "parity-multiaddr", path = "../../misc/multiaddr" }
|
||||
parking_lot = "0.7"
|
||||
protobuf = "2.0.2"
|
||||
smallvec = "0.6"
|
||||
|
@ -19,8 +19,8 @@ libp2p-identify = { path = "../../protocols/identify" }
|
||||
libp2p-ping = { path = "../../protocols/ping" }
|
||||
libp2p-core = { path = "../../core" }
|
||||
log = "0.4"
|
||||
multiaddr = { path = "../../misc/multiaddr" }
|
||||
multihash = { path = "../../misc/multihash" }
|
||||
multiaddr = { package = "parity-multiaddr", path = "../../misc/multiaddr" }
|
||||
multihash = { package = "parity-multihash", path = "../../misc/multihash" }
|
||||
parking_lot = "0.7"
|
||||
protobuf = "2.0.2"
|
||||
rand = "0.6.0"
|
||||
|
@ -13,7 +13,7 @@ arrayvec = "0.4"
|
||||
bytes = "0.4"
|
||||
libp2p-core = { path = "../../core" }
|
||||
log = "0.4.1"
|
||||
multiaddr = { path = "../../misc/multiaddr" }
|
||||
multiaddr = { package = "parity-multiaddr", path = "../../misc/multiaddr" }
|
||||
multistream-select = { path = "../../misc/multistream-select" }
|
||||
futures = "0.1"
|
||||
parking_lot = "0.7"
|
||||
|
Reference in New Issue
Block a user