Skip to content

Commit

Permalink
fix winapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Beng committed May 3, 2024
1 parent 6536ab6 commit c1d1d67
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 @@ -28,7 +28,7 @@ rand = "0.8"


[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "winbase", "wingdi", "winnt", "securitybaseapi", "libloaderapi", "shellscalingapi"] }
winapi = { version = "0.3.9", features = ["winuser", "winbase", "wingdi", "winnt", "securitybaseapi", "libloaderapi", "shellscalingapi"] }

# always use target build-dependencies for winres so that
# it won't get pulled for non-windows OSs (saves them resources)
Expand Down

0 comments on commit c1d1d67

Please sign in to comment.