Commit 0186755
committed
Auto merge of #148873 - Muscraft:update-cargo, r=Muscraft
Update cargo
10 commits in 445fe4a68f469bf936b2fd81de2c503b233a7f4f..2d4fa139552ebdd5f091a1401ed03f7dc62cb43f
2025-11-07 18:08:19 +0000 to 2025-11-12 15:56:06 +0000
- feat: Add unstable rustc-unicode flag (rust-lang/cargo#16243)
- fix(package): all tar entries timestamp be the same (rust-lang/cargo#16242)
- feat: emit help messages for github pull request url in dependency (rust-lang/cargo#16207)
- docs: fix comments for alternative registry fns (rust-lang/cargo#16235)
- add into_value utility function for inheritableField (rust-lang/cargo#16234)
- fix(command-vendor): strip_prefix panic in cp_sources method (rust-lang/cargo#16214)
- fix(lock): Be moore direct in the error message (rust-lang/cargo#16233)
- fix(lock): In error, differentiate between creating and updating lockfile (rust-lang/cargo#16227)
- fix(cli): Refer to commands, not subcommands (rust-lang/cargo#16226)
- fix(run): Help teach about argument escaping (rust-lang/cargo#16225)1 file changed
+1
-1
lines changed- crates/cargo-test-support/src/registry.rs+2-2
- crates/cargo-util-schemas/src/manifest/mod.rs+7
- src/bin/cargo/commands/help.rs+1-1
- src/bin/cargo/commands/run.rs+2-1
- src/bin/cargo/main.rs+1-1
- src/cargo/core/compiler/mod.rs+8-5
- src/cargo/core/features.rs+2
- src/cargo/core/shell.rs+33-1
- src/cargo/ops/cargo_package/mod.rs+6-2
- src/cargo/ops/lockfile.rs+10-6
- src/cargo/ops/vendor.rs+30-7
- src/cargo/sources/git/oxide.rs+12-5
- src/cargo/sources/git/utils.rs+36-6
- src/cargo/util/context/mod.rs+3
- src/doc/src/reference/unstable.md+7
- tests/testsuite/bad_config.rs+41
- tests/testsuite/cargo/z_help/stdout.term.svg+19-17
- tests/testsuite/cargo_help/help/stdout.term.svg+2-2
- tests/testsuite/cargo_run/help/stdout.term.svg+5-3
- tests/testsuite/lints/mod.rs+39
- tests/testsuite/lockfile_compat.rs+2-2
- tests/testsuite/message_format.rs+36
- tests/testsuite/offline.rs+4-4
- tests/testsuite/package.rs+5-1
- tests/testsuite/patch.rs+57
- tests/testsuite/vendor.rs+33
0 commit comments