mirror of https://github.com/astral-sh/ruff
[ty] Enable 'ansi' feature to fix compile error (#18116)
This commit is contained in:
parent
b6b7caa023
commit
28b5a868d3
|
|
@ -162,6 +162,8 @@ tracing-log = { version = "0.2.0" }
|
||||||
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
|
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
|
||||||
"env-filter",
|
"env-filter",
|
||||||
"fmt",
|
"fmt",
|
||||||
|
"ansi",
|
||||||
|
"smallvec"
|
||||||
] }
|
] }
|
||||||
tryfn = { version = "0.2.1" }
|
tryfn = { version = "0.2.1" }
|
||||||
typed-arena = { version = "2.0.2" }
|
typed-arena = { version = "2.0.2" }
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ jiff = { workspace = true }
|
||||||
rayon = { workspace = true }
|
rayon = { workspace = true }
|
||||||
salsa = { workspace = true }
|
salsa = { workspace = true }
|
||||||
tracing = { workspace = true, features = ["release_max_level_debug"] }
|
tracing = { workspace = true, features = ["release_max_level_debug"] }
|
||||||
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
|
tracing-subscriber = { workspace = true }
|
||||||
tracing-flame = { workspace = true }
|
tracing-flame = { workspace = true }
|
||||||
wild = { workspace = true }
|
wild = { workspace = true }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue