cleanup
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-09-22 20:53:41 +02:00
parent a1ed3f7f8e
commit bd97e25dd8
5 changed files with 18 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
ctap = { git = "https://github.com/shimunn/ctap.git", branch = "hmac_ext" }
#cryptsetup-rs = "0.2.0"
cryptsetup-rs = { git = "https://github.com/shimunn/cryptsetup-rs.git", branch = "destroy" }
libcryptsetup-sys = { git = "https://github.com/shimunn/cryptsetup-rs.git", branch = "destroy" }
cryptsetup-rs = { git = "https://github.com/shimunn/cryptsetup-rs.git", branch = "update_keyslot" }
libcryptsetup-sys = { git = "https://github.com/shimunn/cryptsetup-rs.git", branch = "update_keyslot" }
hex = "0.3.2"
rust-crypto = "0.2.36"