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.
2 parents 1a2666d + 431bc99 commit ddec308Copy full SHA for ddec308
1 file changed
Cargo.toml
@@ -95,7 +95,7 @@ thiserror = "1.0.50"
95
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
96
toml = "0.8.8"
97
toml_edit = { version = "0.21.0", features = ["serde"] }
98
-tracing = "0.1.40"
+tracing = "0.1.37" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
99
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
100
unicase = "2.7.0"
101
unicode-width = "0.1.11"
0 commit comments