Skip to content

Commit

Permalink
bump windows-sys to 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honsunrise committed Jul 31, 2024
1 parent 1c56127 commit 2302cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ categories = ["api-bindings", "os::windows-apis"]

[dependencies]
cfg-if = "1.0"
windows-sys = {version = "0.48.0", features = [
windows-sys = { version = "0.52.0", features = [
"Win32_Foundation",
"Win32_System_Time",
"Win32_System_Registry",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_Diagnostics_Debug"
]}
] }
chrono = { version = "0.4.6", optional = true }
serde = { version = "1", optional = true }

Expand Down

0 comments on commit 2302cce

Please sign in to comment.