-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compiler error when using as a dep #8
Comments
|
This PR fixed my current issue; #9 |
The issue is because |
Ah, interesting, yes, this is rust-lang/futures-rs#2830, which is a breaking change but was allowed since it was a soundness fix (as per conventions around semver). I'll do the same for |
jonhoo
added a commit
that referenced
this issue
Oct 19, 2024
This is technically a breaking change, but allowed since it fixes a soundness issue in futures-util (rust-lang/futures-rs#2830). Fixes #8. Closes #9.
jonhoo
added a commit
that referenced
this issue
Oct 19, 2024
This is technically a breaking change, but allowed since it fixes a soundness issue in futures-util (rust-lang/futures-rs#2830). Fixes #8. Closes #9.
Released in 0.5.4 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Started to get the following compiler error, and cant for the life of me work out why?
The text was updated successfully, but these errors were encountered: