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

@@ -574,7 +574,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6dc8c8ff84895b051f07a0e65f975cf225131742531338752abfb324e4449ff"
dependencies = [
"log",
"regex",
]
[[package]]