-
Notifications
You must be signed in to change notification settings - Fork 626
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
Stage 0.3.0 release #1954
Stage 0.3.0 release #1954
Conversation
Running a test now on edit: yes everything seems to pass locally 🎉. Filed async-rs/async-std#460 to test the latest master on CI once too. |
@yoshuawuyts Thanks for helping review! <3 |
async-rs/async-std#460 passed on CI, which means that as far as @cramertj @taiki-e @Nemo157 thanks so much for the work you've put in to get this release out! |
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.
Could you replace all "=0.3.0" with "0.3.0"? (I think "=" requirements are no longer necessary.)
There is a problem trying to update in tokio.
I will investigate later, but it may be #1946 (comment). |
+1 to removing the |
I've landed #1955, rebased this change, and amended the versions to remove |
CI failure is unrelated, the job itself is wrong and needs fixing (it has been wrong all along, but Cargo is now erroring out in this situation). |
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.
Thanks for coordinating this Taylor!
Out of curiosity, why is the futures Seems like that would make sense as opt-in. Or rather not a feature at all but just a separate crate. |
@theduke It is exposed as its own crate, |
Yeah I saw that. It only introduces one additional dependency ( |
@theduke The primary value I see is convenience of having things like |
It does seem useful for |
I can see that, and looking at how little code it is (< 1k lines) I'm not terribly bothered anymore. It would have been nice to avoid the extra dependency, but that's not so relevant with the current crate structure anyway. |
As an arbitrary small datapoint, SNAFU compiles and tests pass against this branch. |
@cramertj Thanks for coordinating this! And even more so for going through the backlog and closing all long-term outstanding issues!
There was some discussion on including |
r? @taiki-e @seanmonstar @Nemo157