Skip to content

Commit dfa16f0

Browse files
authored
fix: Update netdev to 0.37.3 (n0-computer/iroh#3451) (#33)
## Description Updates netdev to a version with the cause of n0-computer/iroh#3451 fixed ## Breaking Changes None ## Notes Some unrelated CI checks are failing, merging anyway. ## Change checklist - [x] Self-review. - [x] All breaking changes documented.
1 parent 8663d69 commit dfa16f0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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
@@ -37,7 +37,7 @@ tracing = "0.1"
3737
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
3838
quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" }
3939
libc = "0.2.139"
40-
netdev = "0.36.0"
40+
netdev = "0.37.3"
4141
socket2 = { version = "0.6", features = ["all"] }
4242
tokio = { version = "1", features = [
4343
"io-util",

netwatch/src/interfaces.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ impl Interface {
115115
ipv6_scope_ids: vec![],
116116
stats: None,
117117
mtu: None,
118+
oper_state: netdev::interface::OperState::Up,
118119
},
119120
}
120121
}

0 commit comments

Comments
 (0)