Skip to content

Commit c17eb28

Browse files
author
“ramfox”
committed
chore: Release
1 parent ce78a51 commit c17eb28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netwatch/Cargo.toml

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

portmapper/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portmapper"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Portmapping utilities"
@@ -25,7 +25,7 @@ igd-next = { version = "0.16.1", features = ["aio_tokio"] }
2525
iroh-metrics = { version = "0.34", default-features = false }
2626
libc = "0.2.139"
2727
nested_enum_utils = "0.2.0"
28-
netwatch = { version = "0.4.0", path = "../netwatch" }
28+
netwatch = { version = "0.5.0", path = "../netwatch" }
2929
num_enum = "0.7"
3030
rand = "0.8"
3131
serde = { version = "1", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)