Skip to content

Commit

Permalink
fixup! Make libp2p-core default features optional in all subcrates
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Aug 6, 2021
1 parent 2f01a5c commit 888314e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dns-parser = "0.8.0"
futures = "0.3.13"
if-watch = "0.2.0"
lazy_static = "1.4.0"
libp2p-core = { version = "0.30.0", path = "../../core" }
libp2p-core = { version = "0.30.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.31.0", path = "../../swarm" }
log = "0.4.14"
rand = "0.8.3"
Expand Down

0 comments on commit 888314e

Please sign in to comment.