0.2.3
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
shimun 2020-01-20 22:43:06 +01:00
parent a437106fcb
commit 03e34ec790
Signed by: shimun
GPG Key ID: E81D8382DC2F971B
2 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -183,7 +183,7 @@ dependencies = [
[[package]]
name = "fido2luks"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"cryptsetup-rs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ctap_hmac 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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