Skip to content

Commit

Permalink
Remove regex dependency from android_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jul 26, 2024
1 parent a49adaa commit f378b82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion userspace/ksud/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion userspace/ksud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f378b82

Please sign in to comment.