Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c7b03de

Browse files
build: expand windows version range to include 0.59
1 parent f6ccb41 commit c7b03de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static_assertions = { version = "1.1", default-features = false }
2727

2828
[target.'cfg(windows)'.dependencies]
2929
# Don't increase beyond what Firefox is currently using: https://searchfox.org/mozilla-central/source/Cargo.lock
30-
windows = { version = "0.58", features = [
30+
windows = { version = ">=0.58,<0.60", features = [
3131
"Win32_Foundation",
3232
"Win32_NetworkManagement_IpHelper",
3333
"Win32_NetworkManagement_Ndis",

0 commit comments

Comments
 (0)