From 908afdaa8ffe5745b7eb455e5a216e15c6b4b15c Mon Sep 17 00:00:00 2001 From: LittleW0od Date: Tue, 30 Sep 2025 06:27:36 +0000 Subject: [PATCH] riscv: support submodule sysboostd on riscv --- libs/rustlib/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/rustlib/Cargo.toml b/libs/rustlib/Cargo.toml index b704a44..13d2c77 100644 --- a/libs/rustlib/Cargo.toml +++ b/libs/rustlib/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" [dependencies] serde = "1.0.130" libc = "0.2.140" -libmount = "0.1.15" log = "0.4" log4rs = "1.0" snafu = "0.7" @@ -19,5 +18,8 @@ pathdiff = "0.2.1" caps = "0.5.5" lazy_static = "1.4.0" +[target.'cfg(target_env = "musl")'.dependencies] +libmount = "0.1.15" + [features] selinux = [] -- Gitee