Commit 7b5cde7
committed
Auto merge of #150421 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule
17 commits in e91b2baa632c0c7e84216c91ecfe107c37d887c1..94c368ad2b9db0f0da5bdd8421cea13786ce4412
2025-12-13 16:29:21 +0000 to 2025-12-26 19:39:15 +0000
- fix(vendor): unpack from local-registry cache path (rust-lang/cargo#16435)
- feat(index): Stabilize pubtime (rust-lang/cargo#16372)
- Experiment: Render timing pipeline in SVG (rust-lang/cargo#15091)
- chore(triagebot): auto-label `Command-report` (rust-lang/cargo#16429)
- fix(sbom): Don't set CARGO_SBOM_PATH when empty (like stable) (rust-lang/cargo#16419)
- chore(ci): report-timings to upload HTML report (rust-lang/cargo#16416)
- fix(report): get the same feature parity of `--timings` (rust-lang/cargo#16414)
- fix(docs): Document the only possible values for DEBUG in build scripts (rust-lang/cargo#16413)
- fix(log): emit fingeprint log also for no-rebuild unit (rust-lang/cargo#16408)
- Fix link to `doc_cfg` docs in cargo book (rust-lang/cargo#16404)
- Add best pratice for how to check in generated files (rust-lang/cargo#16405)
- test: Use a larger default term width (rust-lang/cargo#16403)
- Document more services and permissions of the cargo team (rust-lang/cargo#16402)
- fix(new): Improve quality of package name error messages (rust-lang/cargo#16398)
- feat(log): add more log events (rust-lang/cargo#16390)
- chore: bump to 0.95.0; update changelog (rust-lang/cargo#16395)
- Cache submodule into git db (rust-lang/cargo#16246)
r? ghost1 file changed
Lines changed: 1 addition & 1 deletion
- crates/cargo-util-schemas/index.schema.json+1-1
- crates/cargo-util-schemas/src/index.rs+8-2
- src/cargo/core/compiler/timings/report.rs+20-2
- src/cargo/core/compiler/timings/timings.js+925-387
- src/cargo/sources/registry/http_remote.rs+4
- src/cargo/sources/registry/local.rs+4
- src/cargo/sources/registry/mod.rs+14-8
- src/cargo/sources/registry/remote.rs+4
- src/doc/src/reference/registry-index.md+14-1
- src/doc/src/reference/unstable.md+4-8
- tests/testsuite/vendor.rs+67
- triagebot.toml+1-1
0 commit comments