diff options
| author | bors <bors@rust-lang.org> | 2025-08-27 12:35:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-08-27 12:35:21 +0000 |
| commit | 3c91be712d3d84f6345cd22eae34c47b3a22a3d3 (patch) | |
| tree | b92bd52c33056589610a91d1fc6cf3fcb9948eb3 /compiler/rustc_next_trait_solver | |
| parent | b2dd217dd0a099fb87601657ec480bf3e92b30a6 (diff) | |
| parent | bd90013b397049e0ae939965add662d0a19761fb (diff) | |
| download | rust-3c91be712d3d84f6345cd22eae34c47b3a22a3d3.tar.gz rust-3c91be712d3d84f6345cd22eae34c47b3a22a3d3.zip | |
Auto merge of #145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang/rust#144274 (add Option::reduce) - rust-lang/rust#145562 (Simplify macro generating ToString implementations for `&…&str`) - rust-lang/rust#145625 (improve float to_degrees/to_radians rounding comments and impl) - rust-lang/rust#145740 (Introduce a `[workspace.dependencies`] section in the top-level `Cargo.toml`) - rust-lang/rust#145885 (Inherit TCC in debuginfo tests on macOS) - rust-lang/rust#145905 (Stop calling unwrap when format foreign has trailing dollar) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_next_trait_solver')
| -rw-r--r-- | compiler/rustc_next_trait_solver/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_next_trait_solver/Cargo.toml b/compiler/rustc_next_trait_solver/Cargo.toml index 05bcabad02f..8b66f30cf0e 100644 --- a/compiler/rustc_next_trait_solver/Cargo.toml +++ b/compiler/rustc_next_trait_solver/Cargo.toml @@ -11,7 +11,7 @@ rustc_index = { path = "../rustc_index", default-features = false } rustc_macros = { path = "../rustc_macros", optional = true } rustc_type_ir = { path = "../rustc_type_ir", default-features = false } rustc_type_ir_macros = { path = "../rustc_type_ir_macros" } -tracing = "0.1" +tracing.workspace = true # tidy-alphabetical-end [features] |
