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 expected to be able to turn the dependency on with cargo build --features dalek. However, this does not work. cargo build --features ed25519-dalek does work.
I think we should be consistent here in treating the dependency name, not the package name, as the name of this optional dependency.