Skip to content

Commit c7b03de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)