about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-26 02:00:17 +0000
committerbors <bors@rust-lang.org>2024-10-26 02:00:17 +0000
commita06b7cbe21967a86050fa92dab843c8afda1c28e (patch)
tree0b6dda881454ea0591c55abe722e5a0f37dfcb4d
parent54761cb3e819eb5ae94774fd292f9e58372b1a0c (diff)
parent9ebba2fcc4bf9030ecd2e0d08e0e2c617ff3e773 (diff)
downloadrust-a06b7cbe21967a86050fa92dab843c8afda1c28e.tar.gz
rust-a06b7cbe21967a86050fa92dab843c8afda1c28e.zip
Auto merge of #132149 - weihanglo:update-cargo, r=weihanglo
Update cargo

14 commits in cf53cc54bb593b5ec3dc2be4b1702f50c36d24d5..e75214ea4936d2f2c909a71a1237042cc0e14b07
2024-10-18 13:56:15 +0000 to 2024-10-25 16:34:32 +0000
- refactor(env): remove unnecessary clones (rust-lang/cargo#14730)
- test(install): Verify 2024 edition / resolver=3 doesn't affect resolution (rust-lang/cargo#14724)
- Fix: trace `config` `[env]` table in dep-info. (rust-lang/cargo#14701)
- Added unstable-schema generation for Cargo.toml (rust-lang/cargo#14683)
- fix: add source replacement info when no matching package found (rust-lang/cargo#14715)
- feat(complete): Include descriptions in zsh (rust-lang/cargo#14726)
- refactor(fingerprint): avoid unnecessary fopen calls (rust-lang/cargo#14728)
- docs(resolver): Make room for v3 resolver (rust-lang/cargo#14725)
- test: add fixes in the sat resolver (rust-lang/cargo#14707)
- docs(ci): Don't constrainty latest_deps job by MSRV (rust-lang/cargo#14711)
- refactor: use `Iterator::is_sorted` (rust-lang/cargo#14702)
- refactor(rustfix): minor refactors (rust-lang/cargo#14710)
- chore(deps): update msrv (rust-lang/cargo#14705)
- fix(renovate): Switch matchPackageNames to matchDepNames (rust-lang/cargo#14704)
m---------src/tools/cargo0
1 files changed, 0 insertions, 0 deletions
diff --git a/src/tools/cargo b/src/tools/cargo
-Subproject cf53cc54bb593b5ec3dc2be4b1702f50c36d24d
+Subproject e75214ea4936d2f2c909a71a1237042cc0e14b0