v0.8.0-pre.0 (#491)

This commit is contained in:
Tony Arcieri (iqlusion)
2023-03-14 16:17:07 -07:00
committed by GitHub
parent 0c7441a81e
commit cafb0b2c18
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -1378,7 +1378,7 @@ dependencies = [
[[package]]
name = "yubikey"
version = "0.7.0"
version = "0.8.0-pre.0"
dependencies = [
"base16ct",
"chrono",
+1 -1
View File
@@ -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
View File
@@ -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 = ".." }