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]]
|
[[package]]
|
||||||
name = "yubikey"
|
name = "yubikey"
|
||||||
version = "0.7.0"
|
version = "0.8.0-pre.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base16ct",
|
"base16ct",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yubikey"
|
name = "yubikey"
|
||||||
version = "0.7.0"
|
version = "0.8.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
@@ -23,4 +23,4 @@ once_cell = "1"
|
|||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
termcolor = "1"
|
termcolor = "1"
|
||||||
x509-parser = "0.14"
|
x509-parser = "0.14"
|
||||||
yubikey = { version = "0.7", path = ".." }
|
yubikey = { version = "0.8.0-pre.0", path = ".." }
|
||||||
|
|||||||
Reference in New Issue
Block a user