yubikey v0.4.0 (#283)

This commit is contained in:
Tony Arcieri (iqlusion)
2021-07-12 14:02:59 -07:00
committed by GitHub
parent 563f6f9ccc
commit 92f770805f
6 changed files with 74 additions and 32 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "yubikey-cli"
version = "0.3.0"
version = "0.4.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.9"
yubikey = { version = "=0.4.0-pre", path = ".." }
yubikey = { version = "0.4", path = ".." }