stratisd/stratisd-fix-metadata.diff

16 lines
427 B
Diff
Raw Normal View History

2021-12-21 15:08:26 +00:00
--- stratisd/Cargo.toml 2021-12-21 10:54:57.964593614 -0500
+++ stratisd/Cargo.toml 2021-12-21 10:55:56.364280448 -0500
@@ -72,12 +72,9 @@
[dependencies.devicemapper]
2022-02-07 19:51:06 +00:00
version = "0.32.0"
2021-12-21 15:08:26 +00:00
-git = "https://github.com/stratis-storage/devicemapper-rs"
2022-02-07 19:51:06 +00:00
-branch = "crates-io-patch-0.32.0"
2021-12-21 15:08:26 +00:00
[dependencies.stratisd_proc_macros]
version = "0.1.0"
-path = "./stratisd_proc_macros"
[dependencies.libcryptsetup-rs]
2022-02-12 23:47:59 +00:00
version = "0.5.0"