This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 36ad75b
committed
Auto merge of rust-lang#141093 - weihanglo:update-cargo, r=weihanglo
Update cargo
5 commits in 056f5f4f3c100cb36b5e9aed2d20b9ea70aae295..47c911e9e6f6461f90ce19142031fe16876a3b95
2025-05-09 14:54:18 +0000 to 2025-05-14 17:53:17 +0000
- Stabilize doctest-xcompile (rust-lang/cargo#15462)
- feat: skip `publish=false` pkg when publishing entire workspace (rust-lang/cargo#15525)
- chore: bump to 0.90.0; update changelog (rust-lang/cargo#15520)
- chore(triagebot): add `[no-mentions]` and `[note]` (rust-lang/cargo#15517)
- add glob pattern support for known_hosts (rust-lang/cargo#15508)
r? ghost1 file changed
+1
-1
lines changed- Cargo.lock+1-1
- Cargo.toml+1-1
- src/cargo/core/features.rs+3-2
- src/cargo/ops/cargo_test.rs+9-34
- src/cargo/ops/registry/publish.rs+40-13
- src/cargo/sources/git/known_hosts.rs+24-2
- src/doc/src/CHANGELOG.md+145-1
- src/doc/src/reference/unstable.md+4-16
- tests/testsuite/artifact_dep.rs+8-24
- tests/testsuite/build_script.rs+2-2
- tests/testsuite/cargo/z_help/stdout.term.svg+32-34
- tests/testsuite/cross_compile.rs+11-95
- tests/testsuite/custom_target.rs+2-2
- tests/testsuite/publish.rs+267-19
- tests/testsuite/standard_lib.rs+1-1
- tests/testsuite/test.rs+20-83
- triagebot.toml+9
0 commit comments