Fix libp2p features (#6229)

* Fix libp2p features

* Remove the opt-level of some now-unused crates
This commit is contained in:
Pierre Krieger
2020-06-03 15:24:44 +02:00
committed by GitHub
parent 0c6ae6f3d4
commit e77490714d
8 changed files with 31 additions and 173 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ derive_more = { version = "0.99.2" }
sc-rpc = { version = "2.0.0-rc2", path = "../../../client/rpc" }
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
hyper = "0.12.35"
libp2p = "0.19.1"
libp2p = { version = "0.19.1", default-features = false }
serde_json = "1.0"
[features]