Skip to content

Commit

Permalink
misc: Update windows-sys dep
Browse files Browse the repository at this point in the history
It is the only crate that pulls the old version of windows crates
  • Loading branch information
bilelmoussaoui committed Jan 22, 2024
1 parent 006afa9 commit 17d0ca6
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 @@ -15,7 +15,7 @@ categories = ["api-bindings"]
rust-version = "1.48.0"

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
version = "0.52"
features = [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug",
Expand Down

0 comments on commit 17d0ca6

Please sign in to comment.