Skip to content

Commit

Permalink
Stylo: Disable regex feature of env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Jan 5, 2017
1 parent 2fe914e commit 0781587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/geckolib/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 0781587

Please sign in to comment.