Skip to content

Commit ddec308

Browse files
committed
Auto merge of #13242 - weihanglo:tracing-core-beta-backport, r=epage
[beta-1.76.0] chore: tracing be compat with rustc_log Beta backports: - <#13239> In order to make CI pass, the following PRs are also cherry-picked: -
2 parents 1a2666d + 431bc99 commit ddec308

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
@@ -95,7 +95,7 @@ thiserror = "1.0.50"
9595
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9696
toml = "0.8.8"
9797
toml_edit = { version = "0.21.0", features = ["serde"] }
98-
tracing = "0.1.40"
98+
tracing = "0.1.37" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
9999
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
100100
unicase = "2.7.0"
101101
unicode-width = "0.1.11"

0 commit comments

Comments
 (0)