Skip to content

Commit

Permalink
Revert "Upgrade to windows-sys v0.42.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 20, 2022
1 parent 37bf011 commit 2aff3bd
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.42", features = ["Win32_UI_Shell", "Win32_Foundation"] }
windows-sys = { version = "0.36", features = ["Win32_UI_Shell", "Win32_Foundation"] }

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

0 comments on commit 2aff3bd

Please sign in to comment.