yubikey v0.9.0-pre.0 (#666)

This prerelease includes crates from the new RustCrypto release series
including prereleases for crates which haven't yet received a new stable
release.

It also includes preliminary Curve25519/Ed25519 support.
This commit is contained in:
Tony Arcieri (iqlusion)
2026-04-02 13:59:53 -06:00
committed by GitHub
parent 95babac2d4
commit 403632df76
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ once_cell = "1"
sha2.workspace = true
termcolor = "1"
x509-cert.workspace = true
yubikey = { version = "=0.9.0-pre", path = ".." }
yubikey = { version = "=0.9.0-pre.0", path = ".." }