yubikey v0.8.0 (#518)

This commit is contained in:
Tony Arcieri (iqlusion)
2023-08-15 18:29:22 -07:00
committed by GitHub
parent 45915e5e5a
commit ee3702a65e
4 changed files with 33 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "yubikey-cli"
version = "0.7.0"
version = "0.8.0-pre"
description = """
Command-line interface for performing encryption and signing using RSA/ECC keys
stored on YubiKey devices.
@@ -23,4 +23,4 @@ once_cell = "1"
sha2 = "0.10"
termcolor = "1"
x509-cert.workspace = true
yubikey = { version = "0.8.0-pre.0", path = ".." }
yubikey = { version = "0.8", path = ".." }