Stylo: Disable regex feature of env_logger

This commit is contained in:
Matt Brubeck 2017-01-05 08:32:27 -08:00
parent 2fe914e2fa
commit 0781587a17

View file

@ -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"