Skip to content

Commit

Permalink
Upgrade to windows-sys v0.42.0
Browse files Browse the repository at this point in the history
To avoid duplicate dependencies in downstream crates.
  • Loading branch information
benesch committed Nov 20, 2022
1 parent 7a1cc83 commit aba0a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
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 aba0a62

Please sign in to comment.