diff options
author | bors <bors@rust-lang.org> | 2025-10-03 18:15:41 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2025-10-03 18:15:41 +0000 |
commit | 595b9a498bc55fcd30111e430d8e4290ed833b4c (patch) | |
tree | 597a4dedfc780d6492af9acf62d3771837b3e9be | |
parent | f437c86ef829e43c6aa27641f53040a999a092af (diff) | |
parent | e43a0b6bdbdf5a4bab5be6b925698971c55dae1a (diff) | |
download | rust-595b9a498bc55fcd30111e430d8e4290ed833b4c.tar.gz rust-595b9a498bc55fcd30111e430d8e4290ed833b4c.zip |
Auto merge of #147301 - weihanglo:update-cargo, r=weihanglo
Update cargo submodule 24 commits in f2932725b045d361ff5f18ba02b1409dd1f44e71..2394ea6cea8b26d717aa67eb1663a2dbf2d26078 2025-09-24 11:31:26 +0000 to 2025-10-03 14:13:01 +0000 - Recommend `package.rust-version` in the Rust version section of `reference/semver.md`. (rust-lang/cargo#15806) - fix(toml): Prevent non-script fields in Cargo scripts (rust-lang/cargo#16026) - chore(ci): unpin libc (rust-lang/cargo#16044) - chore: Update dependencies (rust-lang/cargo#16034) - Fix FileLock path tracking after rename in package operation (rust-lang/cargo#16036) - Lockfile schemas error cleanup (rust-lang/cargo#16039) - Convert a multi-part diagnostic to a report (rust-lang/cargo#16035) - fix(run): Override arg0 for cargo scripts (rust-lang/cargo#16027) - Public in private manifest errors (rust-lang/cargo#16002) - chore(deps): update actions/checkout action to v5 (rust-lang/cargo#16031) - fix: remove FIXME comment that's no longer a problem (rust-lang/cargo#16025) - Add retry for `git fetch` failures in `CARGO_NET_GIT_FETCH_WITH_CLI` path (rust-lang/cargo#16016) - Added better filesystem layout testing harness (rust-lang/cargo#15874) - Small cleanup to normalize_dependencies (rust-lang/cargo#16022) - fix: better error message for rust version incompatibility (rust-lang/cargo#16021) - fix(shell): Use a distinct style for transient status (rust-lang/cargo#16019) - chore(deps): Depend on `serde_core` in `cargo-platform` (rust-lang/cargo#15992) - Remove package-workspace from unstable doc index (rust-lang/cargo#16014) - fix(shell): Switch to annotate snippets for notes (rust-lang/cargo#15945) - docs: update changelog (rust-lang/cargo#15986) - chore(ci): add rustfmt for docs job (rust-lang/cargo#16013) - chore: bump to 0.93.0 (rust-lang/cargo#16009) - fix(config): combine key error context into one (rust-lang/cargo#16004) - test(docker): openssh requires a newer libcrypto3 (rust-lang/cargo#16010) r? ghost
m--------- | src/tools/cargo | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/tools/cargo b/src/tools/cargo -Subproject f2932725b045d361ff5f18ba02b1409dd1f44e7 +Subproject 2394ea6cea8b26d717aa67eb1663a2dbf2d2607 |