Skip to content

Commit 08a71b6

Browse files
committed
fix: feature flags
1 parent 54f4557 commit 08a71b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
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
netwatch = { version = "0.4.0", path = "../netwatch" }
2828
num_enum = "0.7"

0 commit comments

Comments
 (0)