Closed chanced closed 1 year ago
You're using pkcs8
v0.10 and pre.0
requires pkcs8
v0.9.
The compile error is because the prerelease didn't constrain ed25119
releases where pkcs8
is a transitive dependency, however that constraint was added in #285 (unreleased).
Things will work if you use ed25519-dalek
from git, or otherwise we should probably cut another prerelease /cc @rozbb
you're awesome @tarcieri; thanks!
I'll go ahead and close it as there's an unreleased solution. Feel free to open it back up if it helps with tracking.
Thanks again.
I'm not sure if I have a conflicting crate dependency but I'm now running into the following issue:
My Cargo.toml dependencies:
https://github.com/chanced/navajo/blob/main/navajo/Cargo.toml