We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tracing-subscriber
1 parent 9dd6fd2 commit 5d1ec04Copy full SHA for 5d1ec04
Cargo.toml
@@ -120,7 +120,11 @@ minijinja = { version = "2.12.0", features = [
120
"unstable_machinery",
121
"custom_syntax",
122
] }
123
-tracing-subscriber = { version = "0.3.20", features = [
+# Ansi colored logging using tracing subscriber is broken since 0.3.20. Rattler-build doesnt really
124
+# care about this because it uses a custom formatter. However, downstream packages might care,
125
+# therefor we explicitly loosen the bounds on tracing-subscriber.
126
+# See: https://github.com/tokio-rs/tracing/issues/3378
127
+tracing-subscriber = { version = "0.3", features = [
128
"env-filter",
129
"fmt",
130
"ansi",
0 commit comments