Commit 08cd08f
committed
Auto merge of #154482 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule
11 commits in e84cb639edfea2c42efd563b72a9be0cc5de6523..888f675344eb1cf2308fd53183e667bdd2c58e51
2026-03-21 01:27:07 +0000 to 2026-03-30 16:59:25 +0000
- chore: bump to curl-sys@0.4.87 (rust-lang/cargo#16808)
- fix(resolver): Better match rustc in error styling (rust-lang/cargo#16795)
- missing -Zjson-target-spec error: mention that this is a cargo flag (rust-lang/cargo#16793)
- Update changelog for 1.94.1 (rust-lang/cargo#16789)
- test(build): Make it easier to review `build.warnings` behavior (rust-lang/cargo#16788)
- test(build): Cover more behavior of `build.warnings` (rust-lang/cargo#16785)
- chore(deps): bump curl-sys from 0.4.83 to 0.4.86 (rust-lang/cargo#16786)
- Warn when installing with a non-default toolchain (rust-lang/cargo#16131)
- feat(cli): Add support for completing `--config` argument values with `native-completions` (rust-lang/cargo#16249)
- feat(cli): complete `--config` and `--color` before command (rust-lang/cargo#16780)
- chore(deps): bump rustls-webpki from 0.103.9 to 0.103.10 (rust-lang/cargo#16778)1 file changed
Lines changed: 1 addition & 1 deletion
- Cargo.lock+5-4
- Cargo.toml+1-3
- crates/resolver-tests/Cargo.toml+1
- crates/resolver-tests/tests/resolve.rs+19-14
- src/bin/cargo/cli.rs+4-1
- src/cargo/core/compiler/compile_kind.rs+3-1
- src/cargo/core/resolver/errors.rs+27-25
- src/cargo/ops/cargo_install.rs+78-1
- src/doc/src/CHANGELOG.md+12
- src/etc/cargo.bashcomp.sh+19-2
- tests/testsuite/build.rs+2-2
- tests/testsuite/build_script.rs+9-3
- tests/testsuite/custom_target.rs+3-3
- tests/testsuite/direct_minimal_versions.rs+2-2
- tests/testsuite/directory.rs+3-4
- tests/testsuite/features.rs+3-3
- tests/testsuite/lockfile_compat.rs+1-1
- tests/testsuite/offline.rs+20-16
- tests/testsuite/patch.rs+4-4
- tests/testsuite/path.rs+3-3
- tests/testsuite/precise_pre_release.rs+6-6
- tests/testsuite/registry.rs+22-20
- tests/testsuite/rustup.rs+303-58
- tests/testsuite/update.rs+1-1
- tests/testsuite/warning_override.rs+246-116
0 commit comments