mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 17:01:58 +00:00
misc/metrics: Set libp2p-core default-features = false (#2437)
This commit is contained in:
@@ -17,7 +17,7 @@ kad = ["libp2p-kad"]
|
||||
ping = ["libp2p-ping"]
|
||||
|
||||
[dependencies]
|
||||
libp2p-core = { version = "0.31.0", path = "../../core" }
|
||||
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
|
||||
libp2p-gossipsub = { version = "0.35.0", path = "../../protocols/gossipsub", optional = true }
|
||||
libp2p-identify = { version = "0.33.0", path = "../../protocols/identify", optional = true }
|
||||
libp2p-kad = { version = "0.34.0", path = "../../protocols/kad", optional = true }
|
||||
|
Reference in New Issue
Block a user