Skip to content

Commit b41f084

Browse files
committed
Auto merge of #13239 - weihanglo:tracing-core, r=epage
chore: tracing be compat with rustc_log
2 parents 42d2c02 + 54e83c2 commit b41f084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ thiserror = "1.0.56"
9898
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9999
toml = "0.8.8"
100100
toml_edit = { version = "0.21.0", features = ["serde"] }
101-
tracing = "0.1.40"
101+
tracing = "0.1.37" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
102102
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
103103
unicase = "2.7.0"
104104
unicode-width = "0.1.11"

0 commit comments

Comments
 (0)