Skip to content

Commit 5bca07c

Browse files
author
“ramfox”
committed
chore: Release
1 parent acc127c commit 5bca07c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3.0"
3+
version = "0.4.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
@@ -24,7 +24,7 @@ futures-util = "0.3.25"
2424
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
2525
iroh-metrics = { version = "0.32", default-features = false }
2626
libc = "0.2.139"
27-
netwatch = { version = "0.3.0", path = "../netwatch" }
27+
netwatch = { version = "0.4.0", path = "../netwatch" }
2828
num_enum = "0.7"
2929
rand = "0.8"
3030
serde = { version = "1", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)