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

Partial support for Rustix 0.38.x #129

Closed

Conversation

daggerrz
Copy link

@daggerrz daggerrz commented Aug 4, 2023

Rustix 0.38.x has made breaking changes to the event APIs by splitting some of the modules. See bytecodealliance/rustix@29b07bb

This PR updates the implementations for kqueue and epoll to use the new module structure. I tried to update poll as well, but the various pipe, pipe_with and similar functions now seem to be private (in the backend only) and that's beyond my basic understanding of how this works, unfortunately.

@notgull
Copy link
Member

notgull commented Aug 4, 2023

Porting to Rustix v0.38 was already done in #123.

Thanks anyways!

@notgull notgull closed this Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants