Skip to content

Commit a1c8dd7

Browse files
committed
feat: upgrade windows-sys to more recent version.
This mainly reduces build times for some, and may increase them for others, on windows only. If build times increase, try to upgrade `windows-sys` across the dependency tree.
2 parents 7a1cc83 + aba0a62 commit a1c8dd7

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
@@ -17,7 +17,7 @@ doc = false
1717
name = "open"
1818

1919
[target.'cfg(windows)'.dependencies]
20-
windows-sys = { version = "0.36", features = ["Win32_UI_Shell", "Win32_Foundation"] }
20+
windows-sys = { version = "0.42", features = ["Win32_UI_Shell", "Win32_Foundation"] }
2121

2222
[target.'cfg(all(unix, not(macos)))'.dependencies]
2323
pathdiff = "0.2.0"

0 commit comments

Comments
 (0)