From c149a2d37429735f8c1a4ff523d51447b86df150 Mon Sep 17 00:00:00 2001 From: Tynberry <28360155+tynberry@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:13:18 +0200 Subject: [PATCH] Removed loopdevice feature from sys-mount --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8241ee3..a98adcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ repository = "https://github.com/PauMAVA/cargo-ramdisk" [dependencies] structopt = "0.3" -sys-mount = "2" +sys-mount = {version = "2", default-features = false} nanoid = "0.4.0" carlog = "0.1.0"