-
Notifications
You must be signed in to change notification settings - Fork 47
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
Old slab version in dependencies breaks build #131
Comments
notgull
added a commit
that referenced
this issue
Oct 6, 2024
Closes #131 Signed-off-by: John Nunley <dev@notgull.net>
Merged
notgull
added a commit
to smol-rs/async-io
that referenced
this issue
Oct 6, 2024
cc smol-rs/async-executor#131 Signed-off-by: John Nunley <dev@notgull.net>
notgull
added a commit
that referenced
this issue
Dec 3, 2024
Closes #131 Signed-off-by: John Nunley <dev@notgull.net>
notgull
added a commit
that referenced
this issue
Dec 3, 2024
Closes #131 Signed-off-by: John Nunley <dev@notgull.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
async-executor has a dependency on a really old version of slab.
slab = "0.4.4"
The problem is that this version no longer compiles with any remotely recent version of Rust:
This was fixed back in 2022 and shipped with slab 0.4.7.
The text was updated successfully, but these errors were encountered: