v0.8.0-pre.0 (#491)
This commit is contained in:
committed by
GitHub
parent
0c7441a81e
commit
cafb0b2c18
Generated
+1
-1
@@ -1378,7 +1378,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "yubikey"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0-pre.0"
|
||||
dependencies = [
|
||||
"base16ct",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "yubikey"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0-pre.0"
|
||||
description = """
|
||||
Pure Rust cross-platform host-side driver for YubiKey devices from Yubico with
|
||||
support for hardware-backed public-key decryption and digital signatures using
|
||||
|
||||
+1
-1
@@ -23,4 +23,4 @@ once_cell = "1"
|
||||
sha2 = "0.10"
|
||||
termcolor = "1"
|
||||
x509-parser = "0.14"
|
||||
yubikey = { version = "0.7", path = ".." }
|
||||
yubikey = { version = "0.8.0-pre.0", path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user