libcryptsetup-rs patch

This commit is contained in:
2020-03-28 14:54:36 +01:00
parent c4f781e6e3
commit a394b7d1d1
3 changed files with 36 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ ring = "0.13.5"
failure = "0.1.5"
rpassword = "4.0.1"
structopt = "0.3.2"
libcryptsetup-rs = "0.2.0"
libcryptsetup-rs = { git = "https://github.com/shimunn/libcryptsetup-rs.git", branch = "crypt_load_ptr_null" }
[profile.release]
lto = true