Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to rustix 0.36. #215

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Update to rustix 0.36. #215

merged 1 commit into from
Nov 30, 2022

Conversation

sunfishcode
Copy link
Contributor

The main change here is the change to io-lifetimes 1.0, which uses the OwnedFd etc. from std, on Rust versions where it's available.

This version also drops the FromFd trait, because std uses From<OwnedFd> instead.

The main change here is the change to io-lifetimes 1.0, which uses the
`OwnedFd` etc. from std, on Rust versions where it's available.

This version also drops the `FromFd` trait, because std uses
`From<OwnedFd>` instead.
@eminence eminence merged commit 7f4b0ec into eminence:master Nov 30, 2022
@eminence
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants