We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://rust-lang.github.io/api-guidelines/necessities.html#public-dependencies-of-a-stable-crate-are-stable-c-stable
Public dependencies of a stable crate are stable (C-STABLE) A crate cannot be stable (>=1.0.0) without all of its public dependencies being stable.
A crate cannot be stable (>=1.0.0) without all of its public dependencies being stable.
The text was updated successfully, but these errors were encountered:
We can resolve this in smol 3.0 at the latest as there can be major changes in the std stream trait and std async io trait.
Sorry, something went wrong.
It will take at least a year to resolve this, and there is little that can be done on the smol side, so I will close this as blocked-closed.
No branches or pull requests
https://rust-lang.github.io/api-guidelines/necessities.html#public-dependencies-of-a-stable-crate-are-stable-c-stable
The text was updated successfully, but these errors were encountered: