mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #14866 - mbrubeck:stylo-env-logger, r=bholley
Stylo: Disable regex feature of env_logger To reduce binary size. See [bug 1328497](https://bugzilla.mozilla.org/show_bug.cgi?id=1328497) for details. r? @bholley <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14866) <!-- Reviewable:end -->
This commit is contained in:
commit
f838944332
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ bindgen = ["style/bindgen"]
|
|||
app_units = "0.3"
|
||||
atomic_refcell = "0.1"
|
||||
cssparser = {version = "0.7"}
|
||||
env_logger = "0.3"
|
||||
env_logger = {version = "0.3", default-features = false} # disable `regex` to reduce code size
|
||||
euclid = "0.10.1"
|
||||
lazy_static = "0.2"
|
||||
libc = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue