diff --git a/Cargo.lock b/Cargo.lock index 2c11f2a..b3ca86a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 3d19332..be966b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido2luks" -version = "0.2.2" +version = "0.2.3" authors = ["shimunn "] 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"