Compare commits

..

3 Commits

Author SHA1 Message Date
shimun 59ed4a5db1 generate completions during build
continuous-integration/drone/push Build is failing
2020-09-05 18:37:45 +02:00
shimun ff509d75b0 move cli into module 2020-09-05 17:20:05 +02:00
shimun 7596019042 move cli structures into separate mod 2020-09-04 22:42:22 +02:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "fido2luks"
version = "0.2.14"
version = "0.2.13"
dependencies = [
"ctap_hmac",
"failure",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "fido2luks"
version = "0.2.14"
version = "0.2.13"
authors = ["shimunn <shimun@shimun.net>"]
edition = "2018"