You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use nickel_cookies 0.2.0 in conjunction with frank_jwt 2.5.1. frank_jwt 2.5.0 relies on the latest version of openssl v0.9.12. nickel_cookies 0.2.0 relies on cookie 0.2.5 which relies on openssl 0.7.17.
When I try to build my rust application, I get the following error:
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 updating or pinning your dependencies to ensure that this package only shows up once
The latest version of cookie,0.8.1, has dropped its openssl dependancy. If nickel_cookies updates to the latest version of cookie, this problem would be solved.
The text was updated successfully, but these errors were encountered:
I'm trying to use
nickel_cookies 0.2.0
in conjunction withfrank_jwt 2.5.1
.frank_jwt 2.5.0
relies on the latest version of opensslv0.9.12
.nickel_cookies 0.2.0
relies oncookie 0.2.5
which relies onopenssl 0.7.17
.When I try to build my rust application, I get the following error:
The latest version of
cookie
,0.8.1, has dropped its openssl dependancy. Ifnickel_cookies
updates to the latest version ofcookie
, this problem would be solved.The text was updated successfully, but these errors were encountered: