Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
change windows-sys version to 0.52.0
  • Loading branch information
sweet-de-way authored Dec 2, 2024
1 parent 32b1843 commit 3e2993b
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 @@ -36,7 +36,7 @@ features = [
]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59.0"
version = "0.52.0"
features = [
"Win32_Storage",
"Win32_Storage_FileSystem",
Expand Down

0 comments on commit 3e2993b

Please sign in to comment.