Skip to content

Commit 0721bbb

Browse files
authored
chore(netwatch): Bump n0-watcher dependency to 0.6.0 (#64)
## Description Bumps the `n0-watcher` version from 0.5.0 to 0.6.0, so we can use it in the multipath branch in iroh (it enables better performance by making `Watcher::peek` available). ## Breaking Changes - `netwatch::netmon::Monitor::interface_state` now returns a `n0_watcher::Direct` from n0-watcher crate version 0.6.0 instead of 0.5.0, which have different APIs. <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [x] All breaking changes documented.
1 parent 2708e3d commit 0721bbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -20,7 +20,7 @@ atomic-waker = "1.1.2"
2020
bytes = "1.7"
2121
n0-error = "0.1.0"
2222
n0-future = "0.3.0"
23-
n0-watcher = "0.5.0"
23+
n0-watcher = "0.6.0"
2424
pin-project-lite = "0.2.16"
2525
time = "0.3.20"
2626
tokio = { version = "1", features = [

0 commit comments

Comments
 (0)