From 03e34ec790a3c5f6beda40780ead2c65121d9b9a Mon Sep 17 00:00:00 2001 From: shimun Date: Mon, 20 Jan 2020 22:43:06 +0100 Subject: [PATCH] 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"