diff options
-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" |