Skip to content

Commit 7c952d5

Browse files
chore: Release
1 parent 846bd0f commit 7c952d5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netwatch"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
readme = "README.md"
55
description = "Cross-platform monitoring for network interface changes"
66
license = "MIT OR Apache-2.0"

portmapper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portmapper"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
readme = "README.md"
66
description = "Portmapping utilities"
@@ -22,7 +22,7 @@ derive_more = { version = "2.0.1", features = ["debug", "display", "from", "try_
2222
igd-next = { version = "0.17.0", features = ["aio_tokio"] }
2323
iroh-metrics = { version = "1.0.0-rc.0", default-features = false }
2424
libc = "0.2.139"
25-
netwatch = { version = "0.16.0", path = "../netwatch" }
25+
netwatch = { version = "0.17.0", path = "../netwatch" }
2626
n0-error = "=1.0.0-rc.0"
2727
n0-future = "0.3.1"
2828
num_enum = "0.7"

0 commit comments

Comments
 (0)