Skip to content

Update to io-lifetimes 0.7.0. #237

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

Merged
merged 3 commits into from
Jun 16, 2022
Merged

Conversation

sunfishcode
Copy link
Member

io-lifetimes needed a semver bump due to BorrowedFd::borrow_raw_fd
being renamed to BorrowedFd::borrow_raw, to match the corresponding change
in std. cap-std doesn't use this function itself, but since it's a semver
bump, we need to bump it in cap-std so that it uses the new trait versions.

@sunfishcode
Copy link
Member Author

io-lifetimes will need another semver bump for sunfishcode/io-lifetimes#27 and any other changes requested by the std maintainers, so it's likely that cap-std here will wait on this PR until that's ready.

@sunfishcode sunfishcode added the semver bump Issues that will require a semver-incompatible fix label Apr 20, 2022
@sunfishcode sunfishcode changed the title Update to io-lifetimes 0.6.0. Update to io-lifetimes 0.7.0. Jun 6, 2022
io-lifetimes needed a semver bump due to `BorrowedFd::borrow_raw_fd`
being renamed to `BorrowedFd::borrow_raw`, to match the corresponding change
in std. cap-std doesn't use this function itself, but since it's a semver
bump, we need to bump it in cap-std so that it uses the new trait versions.

This also updates to [rustix 0.35]:

[rustix 0.35]: https://github.com/bytecodealliance/rustix/releases/tag/v0.35.6
@sunfishcode sunfishcode force-pushed the sunfishcode/update-io-lifetimes branch 2 times, most recently from 4e21cf0 to c65b950 Compare June 16, 2022 00:12
@sunfishcode
Copy link
Member Author

Rustix 0.35 is now released, and this PR is now updated to use it.

@sunfishcode sunfishcode merged commit 5624f5b into main Jun 16, 2022
@sunfishcode sunfishcode deleted the sunfishcode/update-io-lifetimes branch June 16, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver bump Issues that will require a semver-incompatible fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants