ksud: Fix mount ext4 failed of sys-mount

This commit is contained in:
tiann
2023-02-12 18:07:42 +08:00
parent c187d1ad8a
commit 095acad8a6
2 changed files with 6 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ rust-embed = { version = "6.4.2", features = [
] }
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
sys-mount = "2.0.1"
sys-mount = { git = "https://github.com/tiann/sys-mount" }
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }
procfs = "0.14"