yubikey v0.5.0 (#327)

This commit is contained in:
Tony Arcieri (iqlusion)
2021-11-21 07:42:39 -08:00
committed by GitHub
parent b11d5c409b
commit edf74871ba
6 changed files with 17 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "yubikey-cli"
version = "0.4.0"
version = "0.5.0-pre"
description = """
Command-line interface for performing encryption and signing using RSA/ECC keys
stored on YubiKey devices.
@@ -22,4 +22,4 @@ sha2 = "0.9"
subtle-encoding = "0.5"
termcolor = "1"
x509-parser = "0.12"
yubikey = { version = "0.4", path = ".." }
yubikey = { version = "0.5", path = ".." }