WIP: 0.2.2
All checks were successful
continuous-integration/drone/push Build is passing

Warning: This release cointains changes to way credentials are generated,
which may cause your authenticator to reject the old credential.
This commit is contained in:
2020-01-09 00:02:30 +01:00
parent e7049a281a
commit 721dded6d2
5 changed files with 54 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "fido2luks"
version = "0.2.1"
version = "0.2.2"
authors = ["shimunn <shimun@shimun.net>"]
edition = "2018"
@@ -15,7 +15,7 @@ license-file = "LICENSE"
[dependencies]
#ctap = "0.1.0"
ctap_hmac = "0.1.1"
ctap_hmac = "0.2.1"
cryptsetup-rs = "0.2.1"
libcryptsetup-sys = "0.1.2"