Skip to content

Commit

Permalink
feat: upgrade windows-sys to more recent version.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Byron committed Nov 20, 2022
2 parents 7a1cc83 + aba0a62 commit a1c8dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc = false
name = "open"

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

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

0 comments on commit a1c8dd7

Please sign in to comment.