From 8811cff6d14aa04e05e0af992b717d7be3024b6b Mon Sep 17 00:00:00 2001 From: shimun Date: Mon, 31 Aug 2020 00:04:24 +0200 Subject: [PATCH] 0.2.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7543a9d..1b9a26f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "fido2luks" -version = "0.2.11" +version = "0.2.12" dependencies = [ "ctap_hmac", "failure", diff --git a/Cargo.toml b/Cargo.toml index b00d2a0..0b82f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fido2luks" -version = "0.2.11" +version = "0.2.12" authors = ["shimunn "] edition = "2018"