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. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 4
[[package]] [[package]]
name = "aes" name = "aes"
@@ -1429,7 +1429,7 @@ dependencies = [
[[package]] [[package]]
name = "yubikey" name = "yubikey"
version = "0.9.0-pre" version = "0.9.0-pre.0"
dependencies = [ dependencies = [
"aes", "aes",
"base16ct 0.2.0", "base16ct 0.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "yubikey" name = "yubikey"
version = "0.9.0-pre" version = "0.9.0-pre.0"
description = """ description = """
Pure Rust cross-platform host-side driver for YubiKey devices from Yubico with Pure Rust cross-platform host-side driver for YubiKey devices from Yubico with
support for hardware-backed public-key decryption and digital signatures using support for hardware-backed public-key decryption and digital signatures using
+1 -1
View File
@@ -23,4 +23,4 @@ once_cell = "1"
sha2.workspace = true sha2.workspace = true
termcolor = "1" termcolor = "1"
x509-cert.workspace = true x509-cert.workspace = true
yubikey = { version = "=0.9.0-pre", path = ".." } yubikey = { version = "=0.9.0-pre.0", path = ".." }