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.
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 https://github.com/SergioBenitez/Rocket/issues/492#issuecomment-351699847.
The hope is to release Rocket v0.4 by mid-August.
@SergioBenitez Could you give an update on when you want to release 0.4?
@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.
Most helpful comment
@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.