Skip to content

Commit

Permalink
Fix regex dependencies getting pulled unexpectedly
Browse files Browse the repository at this point in the history
  • Loading branch information
FooIbar authored Jun 17, 2024
1 parent 7975f2c commit 3d77a06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ edition = "2021"
default = ["regex"]
regex = ["env_filter/regex"]

[dependencies]
env_filter = "0.1.0"

[dependencies.log]
version = "0.4"

[dependencies.android_log-sys]
version = "0.3"

[dependencies.env_filter]
version = "0.1"
default-features = false

0 comments on commit 3d77a06

Please sign in to comment.