We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f4557 commit 08a71b6Copy full SHA for 08a71b6
1 file changed
portmapper/Cargo.toml
@@ -22,7 +22,7 @@ derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_
22
futures-lite = "2.5"
23
futures-util = "0.3.25"
24
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
25
-iroh-metrics = "0.34"
+iroh-metrics = { version = "0.34", default-features = false }
26
libc = "0.2.139"
27
netwatch = { version = "0.4.0", path = "../netwatch" }
28
num_enum = "0.7"
0 commit comments