Skip to content

Commit

Permalink
Update to rustix-0.35.6.
Browse files Browse the repository at this point in the history
This makes cargo build from a clean memfd-rs tree about 15% faster.
  • Loading branch information
sunfishcode committed Jun 22, 2022
1 parent f97593c commit cfce5d4
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 @@ -16,7 +16,7 @@ exclude = [".gitignore", ".travis.yml"]

[dependencies]
# Private dependencies.
rustix = "0.34.1"
rustix = { version = "0.35.6", features = ["fs"] }

[package.metadata.release]
disable-publish = true
Expand Down

0 comments on commit cfce5d4

Please sign in to comment.