Skip to content

Commit

Permalink
Disable "regex" feature for env_logger
Browse files Browse the repository at this point in the history
It's too big. Bump to 0.11 too
  • Loading branch information
mkj committed May 30, 2024
1 parent f2ebfe9 commit 5c405f1
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 31 deletions.
116 changes: 86 additions & 30 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion embassy/demos/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ embassy-futures = { version = "0.1" }
atomic-polyfill = "1.0"

log = { version = "0.4" }
env_logger = "0.9.0"
# default regex feature is huge
env_logger = { version = "0.11", default-features=false, features = ["auto-color", "humantime"] }

embedded-io-async = "0.6"
heapless = "0.8"
Expand Down

0 comments on commit 5c405f1

Please sign in to comment.