Skip to content

Commit 6ae3ab1

Browse files
author
“ramfox”
committed
chore: Release
1 parent f0029f7 commit 6ae3ab1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.11.0"
3+
version = "0.12.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.11.0"
3+
version = "0.12.0"
44
edition = "2024"
55
readme = "README.md"
66
description = "Portmapping utilities"
@@ -24,7 +24,7 @@ futures-util = "0.3.25"
2424
igd-next = { version = "0.16.1", features = ["aio_tokio"] }
2525
iroh-metrics = { version = "0.37", default-features = false }
2626
libc = "0.2.139"
27-
netwatch = { version = "0.11.0", path = "../netwatch" }
27+
netwatch = { version = "0.12.0", path = "../netwatch" }
2828
n0-error = "0.1.0"
2929
num_enum = "0.7"
3030
rand = "0.9"

0 commit comments

Comments
 (0)