Commit d829133
committed
Auto merge of rust-lang#145909 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule
3 commits in 623d536836b4cde09ce38609232a024d5b25da81..a6c58d43051d01d83f55a3e61ef5f5b2b0dd6bd9
2025-08-22 19:05:52 +0000 to 2025-08-26 23:05:12 +0000
- test: avoid hardcoded target spec json (rust-lang/cargo#15880)
- test(add): Cover some frontmatter corner cases (rust-lang/cargo#15886)
- Add more context to publish-failed error message (rust-lang/cargo#15879)
r? ghost1 file changed
+1
-1
lines changed- crates/cargo-test-support/src/lib.rs+23
- src/cargo/ops/registry/publish.rs+26-4
- tests/build-std/main.rs+9-32
- tests/testsuite/cargo_add/mod.rs+2
- tests/testsuite/cargo_add/script_escape/in/cargo-test-fixture.rs+12
- tests/testsuite/cargo_add/script_escape/mod.rs+39
- tests/testsuite/cargo_add/script_escape/out/cargo-test-fixture.rs+15
- tests/testsuite/cargo_add/script_escape/stderr.term.svg+31
- tests/testsuite/cargo_add/script_frontmatter_empty/in/cargo-test-fixture.rs+4
- tests/testsuite/cargo_add/script_frontmatter_empty/mod.rs+39
- tests/testsuite/cargo_add/script_frontmatter_empty/out/cargo-test-fixture.rs+6
- tests/testsuite/cargo_add/script_frontmatter_empty/stderr.term.svg+36
- tests/testsuite/custom_target.rs+11-22
- tests/testsuite/publish.rs+113-6
- tests/testsuite/rustc.rs+7-10
0 commit comments