Skip to content

Commit

Permalink
chore: update rustix to 0.38.21 (#261)
Browse files Browse the repository at this point in the history
fixes #259
  • Loading branch information
Stebalien authored Oct 26, 2023
1 parent 723eb5e commit f3854da
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 @@ -21,7 +21,7 @@ cfg-if = "1"
fastrand = "2.0.0"

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

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
Expand Down

0 comments on commit f3854da

Please sign in to comment.