Skip to content

Commit

Permalink
Update to rustix 0.36.
Browse files Browse the repository at this point in the history
This is a minor update; the main change is that it uses io-lifetimes
1.0 internally, which means that on Rust 1.64 and later it's using the
`OwnedFd` etc. from std instead of its own. This is not exposed in
memfd's public API.
  • Loading branch information
sunfishcode committed Nov 7, 2022
1 parent 2b3928b commit 650918c
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.35.6", features = ["fs"] }
rustix = { version = "0.36.0", features = ["fs"] }

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

0 comments on commit 650918c

Please sign in to comment.