Skip to content

Commit 2140275

Browse files
chore: Release
1 parent 56f774f commit 2140275

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.10.0"
3+
version = "0.11.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ igd-next = { version = "0.16.1", features = ["aio_tokio"] }
2525
iroh-metrics = { version = "0.36", default-features = false }
2626
libc = "0.2.139"
2727
nested_enum_utils = "0.2.0"
28-
netwatch = { version = "0.10.0", path = "../netwatch" }
28+
netwatch = { version = "0.11.0", path = "../netwatch" }
2929
num_enum = "0.7"
3030
rand = "0.9"
3131
serde = { version = "1", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)