Skip to content

Commit fc37956

Browse files
committed
move ipnet to non wasm section.
1 parent ae25e21 commit fc37956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ workspace = true
1818
[dependencies]
1919
atomic-waker = "1.1.2"
2020
bytes = "1.7"
21-
ipnet = "2"
2221
n0-error = "0.1.2"
2322
n0-future = "0.3.1"
2423
n0-watcher = "0.6.0"
@@ -35,6 +34,7 @@ tracing = "0.1"
3534

3635
# non-browser dependencies
3736
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
37+
ipnet = "2"
3838
noq-udp = "0.9"
3939
libc = "0.2.139"
4040
socket2 = { version = "0.6", features = ["all"] }

0 commit comments

Comments
 (0)