Skip to content

Commit dd03bec

Browse files
committed
Auto merge of rust-lang#145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang#144274 (add Option::reduce) - rust-lang#145562 (Simplify macro generating ToString implementations for `&…&str`) - rust-lang#145625 (improve float to_degrees/to_radians rounding comments and impl) - rust-lang#145740 (Introduce a `[workspace.dependencies`] section in the top-level `Cargo.toml`) - rust-lang#145885 (Inherit TCC in debuginfo tests on macOS) - rust-lang#145905 (Stop calling unwrap when format foreign has trailing dollar) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 28d92fc + ca47ea7 commit dd03bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_public/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustc_span = { path = "../rustc_span" }
1414
rustc_target = { path = "../rustc_target" }
1515
scoped-tls = "1.0"
1616
serde = { version = "1.0.125", features = [ "derive" ] }
17-
tracing = "0.1"
17+
tracing.workspace = true
1818
# tidy-alphabetical-end
1919

2020
[features]

0 commit comments

Comments
 (0)