ksud: avoid using master commit dependency

This commit is contained in:
tiann
2023-04-17 11:37:54 +08:00
parent 31bb8c75f5
commit f1e2402316
2 changed files with 2 additions and 2 deletions

View File

@@ -1374,7 +1374,7 @@ dependencies = [
[[package]] [[package]]
name = "sys-mount" name = "sys-mount"
version = "2.0.2" version = "2.0.2"
source = "git+https://github.com/tiann/sys-mount#328928573feb9dbe6318d7ebcb8c8c9b681c47cd" source = "git+https://github.com/tiann/sys-mount?branch=loopfix#c7c4048e4a4ffdf8b108a85956363a75f2c554f0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",

View File

@@ -35,7 +35,7 @@ which = "4.2.2"
getopts = "0.2.21" getopts = "0.2.21"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies] [target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
sys-mount = { git = "https://github.com/tiann/sys-mount" } sys-mount = { git = "https://github.com/tiann/sys-mount", branch = "loopfix" }
# some android specific dependencies which compiles under unix are also listed here for convenience of coding # 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"] } android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }
procfs = "0.15" procfs = "0.15"