Skip to content

Commit

Permalink
Auto merge of #13242 - weihanglo:tracing-core-beta-backport, r=epage
Browse files Browse the repository at this point in the history
[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:

-
  • Loading branch information
bors committed Jan 2, 2024
2 parents 1a2666d + 431bc99 commit ddec308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ thiserror = "1.0.50"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.8.8"
toml_edit = { version = "0.21.0", features = ["serde"] }
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
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
unicase = "2.7.0"
unicode-width = "0.1.11"
Expand Down

0 comments on commit ddec308

Please sign in to comment.