Skip to content

Commit

Permalink
Update to rustix 0.37.0.
Browse files Browse the repository at this point in the history
memfd doesn't need any code changes to update to rustix 0.37.
  • Loading branch information
sunfishcode authored and nagisa committed Mar 29, 2023
1 parent 556ae1a commit 56cb8ca
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 = { version = "0.36.0", features = ["fs"] }
rustix = { version = "0.37.0", features = ["fs"] }

[package.metadata.release]
publish = false
Expand Down

0 comments on commit 56cb8ca

Please sign in to comment.