-
Notifications
You must be signed in to change notification settings - Fork 76
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
Upgrade to tokio 0.3 #60
Comments
Can you open a PR with the modified Cargo.toml? We can see what fails during compilation then. |
It looks like I'm a bit early, hyper just updated to tokio 0.3, but it won't be released until hyper 0.14 is out. |
Thanks! I updated the link. That sounds reasonable, I don't know of any tokio 0.3 features that I'm dying to have, so it's not really worth upgrading until the hyper release comes out |
It looks like tokio 1.0 and hyper 0.14 were released today. |
Tokio 0.3 came out in mid-october (https://tokio.rs/blog/2020-10-tokio-0-3), and they're now on 0.3.3, so it seems like it should be stable enough to upgrade to now. I haven't done an upgrade from 0.2 - 0.3, but just speculating, it looks like the main thing to do is use the new feature flag names, and call the
.compat()
method fromtokio-compat-02
to wrap futures from crates that are still on 0.2.The text was updated successfully, but these errors were encountered: