Compare commits

..

3 Commits

Author SHA1 Message Date
59ed4a5db1 generate completions during build
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-05 18:37:45 +02:00
ff509d75b0 move cli into module 2020-09-05 17:20:05 +02:00
7596019042 move cli structures into separate mod 2020-09-04 22:42:22 +02:00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "fido2luks"
version = "0.2.14"
version = "0.2.13"
dependencies = [
"ctap_hmac",
"failure",

View File

@@ -1,6 +1,6 @@
[package]
name = "fido2luks"
version = "0.2.14"
version = "0.2.13"
authors = ["shimunn <shimun@shimun.net>"]
edition = "2018"