-
Notifications
You must be signed in to change notification settings - Fork 341
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 async-* dependencies #1069
Conversation
4e76e5f
to
b38ff4c
Compare
Don't update async-channel as Receiver is now `!Unpin`.
Allow for unused `pub use` in experimental API which doesn't have its mods public for noiw. MIPS CI is fully broken (doesn't find the MIPS toolchain) so disable it for now. Reenable powerpc64 which is no longer broken
# - powerpc64-unknown-linux-gnu | ||
- mips-unknown-linux-gnu | ||
- powerpc64-unknown-linux-gnu | ||
# - mips-unknown-linux-gnu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is MIPS broken for the latest smol version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fails before that, like CI doesn't successfully install the MIPS runtime in rustup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this not being merged/released, despite approval? Note that there's also been an async-channel 2 release. |
Async-Channel 2 breaks some public API we reexport so we cannot bump it before async-std 2 |
No description provided.