Skip to content

Commit

Permalink
Update windows-sys to 0.48 (#96)
Browse files Browse the repository at this point in the history
* Update `windows-sys` to 0.48

* trigger ci
  • Loading branch information
nickelc authored Apr 5, 2023
1 parent 5eec5a5 commit dc2a6b9
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 @@ -20,7 +20,7 @@ cfg-if = "1.0.0"
libc = "0.2.27"

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.45.0"
version = "0.48.0"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem"
Expand Down

0 comments on commit dc2a6b9

Please sign in to comment.