-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update published ring dependency to 0.12 #687
Comments
It looks like the most up to date version of rocket supports ring 0.10, but isn't published. What is the estimate for when a version with this updated dependency be published? |
See #627, #516, #492, and #492 (comment). The hope is to release Rocket v0.4 by mid-August. |
@SergioBenitez Could you give an update on when you want to release |
@jens1o As soon as humanly possible. A lot of things have come up since I last gave an estimate that have consumed my time in the last month, many of which are directly relevant to Rocket. I'm super excited to share these with the community. Until then, all I can realistically say is: as soon as possible. |
Rocket currently uses the slightly outdated 0.11 version of Ring, which is conflict with another crate I am trying to use which requires 0.12.
It appears Rocket's dependency for version 0.11 comes from using version 0.9 of cookies. Upgrading cookies to 0.10 should solve the problem.
#615 also references the outdated version of ring as a possible problem causing compilation issues.
The text was updated successfully, but these errors were encountered: