-
Notifications
You must be signed in to change notification settings - Fork 273
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
Incompatible with Rocket atm #56
Comments
Published v5 which uses ring 0.13, should be fine now |
I still get a compilation error:
As seen there: briansmith/ring#535 you can't use 2 versions of ring simultaneously. I see that Sergio opened a PR: briansmith/ring#619 |
You will need to update your |
The I can't get a rocket project to compile with |
Ah then you will need to wait for a new release of rocket that contains the
updated version of cookie. The git repo (
https://github.com/SergioBenitez/Rocket/blob/master/core/http/Cargo.toml)
already points to a cookie that will work with jsonwebtoken v5 so it is
just a matter of time.
…On Mon, Aug 13, 2018 at 5:31 PM Terry Raimondo ***@***.***> wrote:
The cookie crate is from rocket, not from my Cargo.toml
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApho3Y-E9VWUiVkrW-LF_VFva25C4cCks5uQZvsgaJpZM4VFWQS>
.
|
Great :) |
see briansmith/ring#575
I know this is not the responsibility of jsonwebtoken, but this should be left open until resolved since rocket is a well known framework.
v2.0.3
is compatibleThe text was updated successfully, but these errors were encountered: