Closed MarcAntoine-Arnaud closed 4 years ago
No need to change that, you should already get the latest 0.16 version if you cargo update
the version is hardcoded "0.16.5"
to be able to use newest version you have to change with:
"^0.16.5"
.
Cargo default to ^
for resolution so with ring = "0.16.5", it will take the latest version of
0.16.xwhich is currently
0.16.9`. You can check by looking at the Cargo.lock generated.
Hoo okay I have fixed it using the latest version (7.0.0) released recently. It works now ! Thank you
using version 0.16.9 of ring fixes the build for WebAssembly target of JsonWebToken.