Commit 7c41ee6
authored
Auto merge of #150932 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule
5 commits in 8c133afcd5e0d69932fe11f5907683723f8d361d..6d1bd93c47f059ec1344cb31e68a2fb284cbc6b1
2026-01-09 03:50:15 +0000 to 2026-01-10 12:53:59 +0000
- fix: preserve `dep_name` for build script metadata (rust-lang/cargo#16494)
- refactor(toml): clarify `to_dependency` for config patch (rust-lang/cargo#16492)
- Add `--id` flag to `cargo report timings` and `cargo report rebuilds` (rust-lang/cargo#16490)
- Display lockfile path in very verbose mode when blocking (rust-lang/cargo#16491)
- fix(info): resolve underscore vs hyphen mismatch in schema lookup (rust-lang/cargo#16455)
---
An extra submodule update right after <#150739> due to a relatively impactful nightly regression <rust-lang/cargo#16493>1 file changed
Lines changed: 1 addition & 1 deletion
- src/bin/cargo/commands/report.rs+20-5
- src/cargo/core/compiler/custom_build.rs+2-12
- src/cargo/core/compiler/unit_dependencies.rs+10-1
- src/cargo/core/compiler/unit_graph.rs+9-5
- src/cargo/core/workspace.rs+1-6
- src/cargo/ops/cargo_report/rebuilds.rs+17-6
- src/cargo/ops/cargo_report/timings.rs+14-4
- src/cargo/ops/cargo_report/util.rs+18
- src/cargo/ops/registry/info/mod.rs+43-11
- src/cargo/util/flock.rs+7-1
- src/cargo/util/toml/mod.rs+21-40
- tests/testsuite/build_script.rs+48
- tests/testsuite/cargo_info/crate_name_normalization_from_hyphen_to_underscore/mod.rs+53
- tests/testsuite/cargo_info/crate_name_normalization_from_hyphen_to_underscore/stderr.term.svg+34
- tests/testsuite/cargo_info/crate_name_normalization_from_hyphen_to_underscore/stdout.term.svg+51
- tests/testsuite/cargo_info/crate_name_normalization_from_underscore_to_hyphen/mod.rs+53
- tests/testsuite/cargo_info/crate_name_normalization_from_underscore_to_hyphen/stderr.term.svg+34
- tests/testsuite/cargo_info/crate_name_normalization_from_underscore_to_hyphen/stdout.term.svg+51
- tests/testsuite/cargo_info/mod.rs+2
- tests/testsuite/cargo_report_rebuilds/mod.rs+81
- tests/testsuite/cargo_report_timings/help/stdout.term.svg+17-15
- tests/testsuite/cargo_report_timings/mod.rs+90
- tests/testsuite/concurrent.rs+69-1
0 commit comments