Remove regex dependency from android_logger

This commit is contained in:
LoveSy
2024-07-26 13:11:26 +08:00
parent a49adaa847
commit f378b827b2
2 changed files with 1 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ procfs = "0.16"
loopdev = { git = "https://github.com/Kernel-SU/loopdev" }
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.14"
android_logger = { version = "0.14", default-features = false }
[profile.release]
strip = true