remove dash from name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
shimunn 2019-09-17 17:06:37 +02:00
parent 1b5776d57b
commit 02a681de26
Signed by: shimun
GPG Key ID: E81D8382DC2F971B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -156,7 +156,7 @@ dependencies = [
] ]
[[package]] [[package]]
name = "fido2-luks" name = "fido2luks"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"cryptsetup-rs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cryptsetup-rs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,5 +1,5 @@
[package] [package]
name = "fido2-luks" name = "fido2luks"
version = "0.1.0" version = "0.1.0"
authors = ["shimunn <shimun@shimun.net>"] authors = ["shimunn <shimun@shimun.net>"]
edition = "2018" edition = "2018"