Skip to content

Commit 2aff3bd

Browse files
committed
Revert "Upgrade to windows-sys v0.42.0"
1 parent 37bf011 commit 2aff3bd

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.42", features = ["Win32_UI_Shell", "Win32_Foundation"] }
20+
windows-sys = { version = "0.36", 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)