Skip to content

Commit

Permalink
refactor!(iroh): Make discovery-pkarr-dht feature non-default
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Jan 27, 2025
1 parent e049965 commit 85b0cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ testresult = "0.4.0"
iroh-relay = { path = "../iroh-relay", default-features = false, features = ["test-utils", "server"] }

[features]
default = ["metrics", "discovery-pkarr-dht"]
default = ["metrics"]
metrics = ["iroh-metrics/metrics", "iroh-relay/metrics", "net-report/metrics", "portmapper/metrics"]
test-utils = ["iroh-relay/test-utils", "iroh-relay/server", "dep:axum"]
discovery-local-network = ["dep:swarm-discovery"]
Expand Down

0 comments on commit 85b0cc5

Please sign in to comment.