Skip to content

Commit

Permalink
Update windows-sys to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 9, 2022
1 parent d31f899 commit 5232e2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions tests/hello-windows/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/hello-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
winapi = { version = "0.3.9", features = ["sysinfoapi"] }
windows-sys = { version = "0.32.0", features = ["Win32_System_SystemInformation"] }
windows-sys = { version = "0.33.0", features = ["Win32_System_SystemInformation"] }

0 comments on commit 5232e2a

Please sign in to comment.