diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2017-01-05 08:32:27 -0800 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2017-01-05 11:53:46 -0800 |
commit | 0781587a172f700ead98041759481b46103b90a5 (patch) | |
tree | 72d58efe33808f614cd810b7817d9937725f305e | |
parent | 2fe914e2fa68f44db903bc3de55d9823a44cdf0d (diff) | |
download | servo-0781587a172f700ead98041759481b46103b90a5.tar.gz servo-0781587a172f700ead98041759481b46103b90a5.zip |
Stylo: Disable regex feature of env_logger
-rw-r--r-- | ports/geckolib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index 40137ef7f45..2f0d6782b63 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -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" |