[ty] Enable 'ansi' feature to fix compile error (#18116)

This commit is contained in:
Micha Reiser 2025-05-15 11:43:15 +02:00 committed by GitHub
parent b6b7caa023
commit 28b5a868d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -162,6 +162,8 @@ tracing-log = { version = "0.2.0" }
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
"env-filter",
"fmt",
"ansi",
"smallvec"
] }
tryfn = { version = "0.2.1" }
typed-arena = { version = "2.0.2" }

View File

@ -33,7 +33,7 @@ jiff = { workspace = true }
rayon = { workspace = true }
salsa = { workspace = true }
tracing = { workspace = true, features = ["release_max_level_debug"] }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
tracing-subscriber = { workspace = true }
tracing-flame = { workspace = true }
wild = { workspace = true }