mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 00:21:05 +00:00
Update to libp2p 0.8 (#2607)
* Update to libp2p 0.8 * Fix CLI tests * Zeroize
This commit is contained in:
committed by
Gavin Wood
parent
98de97e1d9
commit
85ce4623ce
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.3.4"
|
||||
libp2p = { version = "0.7.0", default-features = false }
|
||||
libp2p = { version = "0.8.1", default-features = false }
|
||||
log = "0.4"
|
||||
primitives = { package = "substrate-primitives", path= "../../primitives" }
|
||||
inherents = { package = "substrate-inherents", path = "../../inherents" }
|
||||
|
||||
Reference in New Issue
Block a user