ksud: Fix denpendency

This commit is contained in:
tiann
2023-02-20 10:07:30 +08:00
parent a161c318a1
commit a2906093ec
2 changed files with 10 additions and 10 deletions

View File

@@ -36,10 +36,10 @@ rust-embed = { version = "6.4.2", features = [
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"
procfs = "0.15"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.12"
android_logger = "0.13"
[profile.release]
strip = true