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
Generated
+2 -2
View File
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "aes"
@@ -1429,7 +1429,7 @@ dependencies = [
[[package]]
name = "yubikey"
version = "0.9.0-pre"
version = "0.9.0-pre.0"
dependencies = [
"aes",
"base16ct 0.2.0",