Update chalk to 0.75.0

- Compute flags in `intern_ty`
- Remove tracing-serde from PERMITTED_DEPENDENCIES
- Disable `tracing-full` feature in `chalk-solve`
- Bump tracing-tree to 0.2.0
This commit is contained in:
pierwill 2021-12-21 11:00:30 -06:00
parent 9e1aff82e6
commit ea25b779eb
10 changed files with 167 additions and 155 deletions

View file

@ -208,7 +208,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"tracing-attributes",
"tracing-core",
"tracing-log",
"tracing-serde",
"tracing-subscriber",
"tracing-tree",
"typenum",