Commit 37e7459
committed
Auto merge of rust-lang#134450 - weihanglo:update-cargo, r=weihanglo
Update cargo
6 commits in 769f622e12db0001431d8ae36d1093fb8727c5d9..99dff6d77db779716dda9ca3b29c26addd02c1be
2024-12-14 04:27:35 +0000 to 2024-12-18 00:55:17 +0000
- fix(build-std): make Resolve align to what to build (rust-lang/cargo#14938)
- test(build-std): Isolate output test to avoid spurious `[BLOCKING]` messages from concurrent runs (rust-lang/cargo#14943)
- docs: fix wrong changelog PR link (rust-lang/cargo#14947)
- docs(unstable): Correct stabilization version for MSRV-resolver (rust-lang/cargo#14945)
- Update release information for home 0.5.11 (rust-lang/cargo#14939)
- Limit release trigger to 0.* tags (rust-lang/cargo#14940)1 file changed
+1
-1
lines changed- .github/workflows/release.yml+1-1
- CHANGELOG.md+1-1
- crates/home/CHANGELOG.md+19
- crates/home/README.md+8-1
- src/cargo/core/compiler/build_context/target_info.rs+10
- src/cargo/core/compiler/standard_lib.rs+23-8
- src/cargo/ops/cargo_compile/mod.rs+8-3
- src/cargo/ops/cargo_fetch.rs+8-2
- src/doc/src/reference/unstable.md+2-2
- tests/build-std/main.rs+59-12
0 commit comments