Commit f1ceedf
committed
Auto merge of #153823 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule
21 commits in 90ed291a50efc459e0c380d7b455777ed41c6799..cbb9bb8bd0fb272b1be0d63a010701ecb3d1d6d3
2026-03-05 15:11:25 +0000 to 2026-03-13 14:34:16 +0000
- fix(git): preserve SCP-like submodule URLs for fetch (rust-lang/cargo#16744)
- Fix 16732 (rust-lang/cargo#16746)
- fix(rustdoc): switch to new `--emit` options (rust-lang/cargo#16739)
- fix(git): convert SCP-like submodule URLs to ssh:// format (rust-lang/cargo#16727)
- fix(core): typo (rust-lang/cargo#16738)
- CARGO_TARGET_DIR doesn't have to be relative (rust-lang/cargo#16735)
- chore(ci): Detect user changes to src/etc/man (rust-lang/cargo#16736)
- util: Exclude from iCloud Drive sync on macOS (rust-lang/cargo#16728)
- fix(compile): Stop on denying warnings without --keep-going (rust-lang/cargo#16725)
- feat(shell): Support OSC 9;4 progress on ptyxis (rust-lang/cargo#16730)
- Let git decide when to run gc (rust-lang/cargo#16459)
- chore(deps): update cargo-semver-checks to v0.47.0 (rust-lang/cargo#16723)
- fix(compile): Turn warning summaries into errors also (rust-lang/cargo#16721)
- fix(fix): Switch from ad-hoc to structured warnings (rust-lang/cargo#16711)
- fix: ignore implicit std dependencies in `unused-crate-dependencies` lint (rust-lang/cargo#16677)
- chore(deps): update msrv (3 versions) to v1.92 (rust-lang/cargo#16716)
- chore(deps): update msrv (1 version) to v1.94 (rust-lang/cargo#16710)
- fix(script): surpress `unused_features` lint for embedded (rust-lang/cargo#16714)
- Split `build-dir` lock into dedicated lock (rust-lang/cargo#16708)
- Add missing truncate when writing .crate files (rust-lang/cargo#16688)
- refactor(fix): Prep for annotate-snippets (rust-lang/cargo#16702)1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/main.yml+1-1
- Cargo.lock+8-8
- Cargo.toml+2-2
- ci/validate-man.sh+3-2
- crates/cargo-test-macro/Cargo.toml+2-2
- crates/cargo-test-support/Cargo.toml+2-2
- crates/cargo-util-schemas/Cargo.toml+2-2
- crates/cargo-util/Cargo.toml+2-2
- crates/cargo-util/src/paths.rs+21-9
- crates/crates-io/Cargo.toml+2-2
- crates/xtask-spellcheck/src/main.rs+11-10
- credential/cargo-credential-libsecret/Cargo.toml+2-2
- credential/cargo-credential-macos-keychain/Cargo.toml+2-2
- credential/cargo-credential-wincred/Cargo.toml+2-2
- src/cargo/core/compiler/job_queue/mod.rs+38-19
- src/cargo/core/compiler/layout.rs+3-9
- src/cargo/core/compiler/mod.rs+69-60
- src/cargo/core/compiler/unit_dependencies.rs+2
- src/cargo/core/compiler/unit_graph.rs+13-3
- src/cargo/core/package_id_spec.rs+1-1
- src/cargo/core/shell.rs+8-2
- src/cargo/ops/cargo_package/mod.rs+3
- src/cargo/sources/git/source.rs+23-3
- src/cargo/sources/git/utils.rs+77-49
- src/cargo/util/diagnostic_server.rs+62-75
- src/doc/man/cargo-install.md+1-1
- src/doc/man/generated_txt/cargo-install.txt+2-2
- src/doc/src/commands/cargo-install.md+1-1
- src/doc/src/reference/unstable.md+1-1
- src/etc/man/cargo-install.1+1-1
- tests/build-std/main.rs+43
- tests/testsuite/build_dir.rs+19-16
- tests/testsuite/build_dir_legacy.rs+19-16
- tests/testsuite/cargo_tree/deps.rs+1-1
- tests/testsuite/check.rs+2-2
- tests/testsuite/clean.rs+1-1
- tests/testsuite/clean_new_layout.rs+1-1
- tests/testsuite/concurrent.rs+1-1
- tests/testsuite/doc.rs+2-2
- tests/testsuite/fix.rs+21-8
- tests/testsuite/fix_n_times.rs+23-72
- tests/testsuite/git.rs+73-1
- tests/testsuite/git_gc.rs+6
- tests/testsuite/package.rs+135
- tests/testsuite/pkgid.rs+3-3
- tests/testsuite/replace.rs+1-1
- tests/testsuite/unit_graph.rs+3
- tests/testsuite/warning_override.rs+58-8
0 commit comments