Skip to content

Commit 09df2aa

Browse files
Frandodignifiedquire
authored andcommitted
fix: feature flags
1 parent cc347fd commit 09df2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portmapper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_
2222
futures-lite = "2.5"
2323
futures-util = "0.3.25"
2424
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
25-
iroh-metrics = "0.34"
25+
iroh-metrics = { version = "0.34", default-features = false }
2626
libc = "0.2.139"
2727
nested_enum_utils = "0.2.0"
2828
netwatch = { version = "0.4.0", path = "../netwatch" }

0 commit comments

Comments
 (0)