Disable some optional dependencies

This commit is contained in:
Matt Brubeck 2020-11-20 13:50:42 -08:00
parent a515d508ac
commit 5394793b44
2 changed files with 1 additions and 38 deletions

View file

@ -18,7 +18,7 @@ once_cell = "1.4"
rustls = "0.18.0"
url = "2.1"
log = "0.4"
env_logger = "0.8"
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
[profile.release]
lto = true