Skip to content

Commit

Permalink
chore: bump rustix min version to 0.37.11 (#229)
Browse files Browse the repository at this point in the history
Reduces compile times. Technically, downstream users can do this
themselves, but they likely won't know what's going on. This saves them
the trouble.

fixes #228
  • Loading branch information
Stebalien committed Apr 8, 2023
1 parent 9488362 commit ae4f4c8
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 = "1.6.0"

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

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

0 comments on commit ae4f4c8

Please sign in to comment.