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

Replace io-lifetimes with std::os::fd #642

Merged
merged 1 commit into from
Aug 25, 2023

Commits on Jul 22, 2023

  1. Replace io-lifetimes with std::os::fd

    Since Rust 1.63, most of the features of io-lifetimes have been merged
    into std, including the only three we are using: OwnedFd, BorrowedFd and
    the AsFd trait.
    
    This bumps our MSRV, but this is the MSRV of the newest io-lifetimes
    anyway.
    
    I kept reexporting io_lifetimes as it was part of the public interface,
    but since it isn’t used any more it would be nice to remove it before
    the next minor version bump.  I can prepare a commit for that.
    linkmauve committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3855776 View commit details
    Browse the repository at this point in the history