Skip to content

Commit

Permalink
Update windows-sys 0.52 (#265)
Browse files Browse the repository at this point in the history
* 52

* rustix
  • Loading branch information
kennykerr committed Dec 2, 2023
1 parent 21c639e commit 709a62a
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 @@ -21,10 +21,10 @@ cfg-if = "1"
fastrand = "2.0.0"

[target.'cfg(any(unix, target_os = "wasi"))'.dependencies]
rustix = { version = "0.38.21", features = ["fs"] }
rustix = { version = "0.38.26", features = ["fs"] }

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

0 comments on commit 709a62a

Please sign in to comment.