We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc347fd commit 09df2aaCopy full SHA for 09df2aa
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
nested_enum_utils = "0.2.0"
28
netwatch = { version = "0.4.0", path = "../netwatch" }
0 commit comments