ksud_magic: removed loopdev

This commit is contained in:
Rifat Azad
2025-05-18 10:24:39 +06:00
parent bc9d720a3c
commit 6f176ad1c4
2 changed files with 0 additions and 11 deletions

View File

@@ -784,7 +784,6 @@ dependencies = [
"jwalk",
"libc",
"log",
"loopdev",
"nom",
"procfs",
"regex-lite",
@@ -859,15 +858,6 @@ version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "loopdev"
version = "0.5.0"
source = "git+https://github.com/KernelSU-Next/loopdev#7a921f8d966477a645b1188732fac486c71a68ef"
dependencies = [
"errno 0.2.8",
"libc",
]
[[package]]
name = "lzma-rs"
version = "0.3.0"

View File

@@ -48,7 +48,6 @@ rustix = { git = "https://github.com/KernelSU-Next/rustix.git", branch = "main",
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
android-properties = { version = "0.2", features = ["bionic-deprecated"] }
procfs = "0.17"
loopdev = { git = "https://github.com/KernelSU-Next/loopdev" }
[target.'cfg(target_os = "android")'.dependencies]
android_logger = { version = "0.15", default-features = false }