Commit 8887396
committed
Auto merge of #50135 - matklad:update-cargo, r=kennytm
Update Cargo
Some noteble changes:
* ~~regression fix: rust-lang/cargo#5390
* ~~potentially breaking bug-fix: rust-lang/cargo#5389
* ~~Cargo now caches the result of `rustc -vV`. It checks `rustc` binary
mtime and rustup toolchain settings, so it should probably "just work"
with rustbuild.~~
potentially breaking bug-fix: rust-lang/cargo#53901 file changed
+1
-1
lines changed- CONTRIBUTING.md+4-1
- src/bin/command_prelude.rs+6-6
- src/cargo/core/compiler/job_queue.rs+5-1
- src/cargo/core/features.rs-2
- src/cargo/core/resolver/types.rs+1-1
- src/cargo/core/workspace.rs+1
- src/cargo/ops/resolve.rs+31-74
- tests/testsuite/bench.rs+1-1
- tests/testsuite/build.rs+1-1
- tests/testsuite/cargotest/support/mod.rs+14-3
- tests/testsuite/check.rs+12-12
- tests/testsuite/doc.rs+4-4
- tests/testsuite/features.rs+12-16
- tests/testsuite/rustdoc.rs+1-1
- tests/testsuite/test.rs+5-51
0 commit comments