-
Notifications
You must be signed in to change notification settings - Fork 14
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
use same cookie version as hyper #4
Comments
I'm sorry, I missed that there is a |
Yeah 0.4 is broken, but we do need the new cookie version for #3... not sure how to fix. |
Pushed 0.5.0 which is the same as 0.3, mostly. |
Hyper had removed cookie from it dependencies. |
Yes, I already took care of that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't use
iron-sessionstorage
because it uses cookiev0.4.x
and hyper usesv0.3.x
. This leads to the following error:native library 'openssl' is being linked to by more than one version of the same package, but it can only be linked once; try pdating or pinning your dependencies to ensure that this package only shows up once
The text was updated successfully, but these errors were encountered: