Skip to content

Commit aba0a62

Browse files
authored
Upgrade to windows-sys v0.42.0
To avoid duplicate dependencies in downstream crates.
1 parent 7a1cc83 commit aba0a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)