-
Notifications
You must be signed in to change notification settings - Fork 18
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
use future-rs latest #698
use future-rs latest #698
Conversation
Importing both futures git and futures_util 3.0 seems really wonky to me. The release process for futures-rs isnt really documented, but by examining these release PRs it appears taiki will manually backport some PRs from master onto the 0.3 branch and then make a release. So I suggest we put this PR on hold until either a 0.3 backport or a 0.4 release |
Marking as a draft until a new version of futures-rs is released. |
b2f072e
to
af3b0b9
Compare
3644b28
to
5d2ab8d
Compare
5d2ab8d
to
5f91f84
Compare
5f91f84
to
06b59eb
Compare
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.
LGTM, just need to rebase
6389eb3
to
7b2bde0
Compare
Now that rust-lang/futures-rs#2591 has been merged we can use the latest futures-rs version from git and remove the library code from our repo.
This PR is mostly just adding required traits and fixing some formatting.