Commit 267c405
committed
Auto merge of #158462 - weihanglo:update-cargo, r=weihanglo
Update cargo submodules
6 commits in a595d0da21f228b7fdae64d3d5c0e527ea66bb59..a335d47ff8036918d3d548dabd513dc0444096a9
2026-06-20 13:42:59 +0000 to 2026-06-26 20:39:41 +0000
- fix(diag): Remove sometimes-invalid removal suggestions (rust-lang/cargo#17139)
- feat: Add `-Zhint-msrv` flag (rust-lang/cargo#17106)
- fix: LockManager use OS-aware flock shim (rust-lang/cargo#17128)
- fix: flaky test: sparse_blocking_count (rust-lang/cargo#17130)
- Add Solaris fcntl file locking (rust-lang/cargo#17110)
- fix(test): skip dwp uplift test without packed debuginfo (rust-lang/cargo#17127)
r? ghost1 file changed
Lines changed: 1 addition & 1 deletion
- clippy.toml+5
- crates/cargo-test-macro/src/lib.rs+46
- src/cargo/core/compiler/locking.rs+6-4
- src/cargo/core/compiler/mod.rs+6
- src/cargo/core/features.rs+2
- src/cargo/diagnostics/rules/redundant_homepage.rs+3-21
- src/cargo/diagnostics/rules/redundant_readme.rs+2-21
- src/cargo/diagnostics/rules/unused_dependencies.rs+8-28
- src/cargo/diagnostics/rules/unused_workspace_dependencies.rs+4-16
- src/cargo/diagnostics/rules/unused_workspace_package_fields.rs+3-16
- src/cargo/util/flock.rs+122-12
- src/doc/src/reference/unstable.md+15
- tests/testsuite/build.rs+1-1
- tests/testsuite/cache_lock.rs+18-18
- tests/testsuite/cargo/z_help/stdout.term.svg+34-32
- tests/testsuite/hint_msrv.rs+62
- tests/testsuite/lints/mod.rs-3
- tests/testsuite/lints/redundant_homepage.rs-9
- tests/testsuite/lints/redundant_readme.rs-3
- tests/testsuite/lints/unused_dependencies.rs+28-116
- tests/testsuite/lints/unused_workspace_dependencies.rs+2-8
- tests/testsuite/lints/unused_workspace_package_fields.rs-6
- tests/testsuite/main.rs+1
- tests/testsuite/registry.rs+1-1
- tests/testsuite/warning_override.rs+2-20
0 commit comments