mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Disable some optional dependencies
This commit is contained in:
parent
a515d508ac
commit
5394793b44
2 changed files with 1 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue