Commit dd513e1
committed
Auto merge of #116406 - weihanglo:update-cargo, r=weihanglo
Update cargo
9 commits in 59596f0f31a94fde48b5aa7e945cd0b7ceca9620..794d0a82547f3081044c0aca7b6083733ce51344
2023-09-29 19:29:17 +0000 to 2023-10-03 23:19:33 +0000
- Prep for automating MSRV management (rust-lang/cargo#12767)
- chore(deps): update rust crate itertools to 0.11.0 (rust-lang/cargo#12759)
- fix bug: corruption when cargo killed while writing (rust-lang/cargo#12744)
- Disable custom_target::custom_bin_target on windows-gnu (rust-lang/cargo#12763)
- chore(deps): update compatible (rust-lang/cargo#12757)
- Add more missing `strip` info to docs. (rust-lang/cargo#12754)
- chore(deps): update actions/checkout action to v4 (rust-lang/cargo#12762)
- chore(deps): update rust crate cargo_metadata to 0.18.0 (rust-lang/cargo#12758)
- fix(test): Add back in newlines to diffs (rust-lang/cargo#12753)
r? ghost1 file changed
+1
-1
lines changed- .github/workflows/audit.yml+1-1
- .github/workflows/contrib.yml+1-1
- .github/workflows/main.yml+13-13
- Cargo.lock+64-61
- Cargo.toml+17-17
- crates/cargo-test-support/src/diff.rs+1-1
- crates/cargo-util/src/paths.rs+36
- crates/home/Cargo.toml+1-1
- crates/home/src/lib.rs-1
- src/bin/cargo/commands/remove.rs+4-1
- src/cargo/util/toml_mut/manifest.rs+1-1
- src/doc/src/reference/config.md+11-4
- src/doc/src/reference/profiles.md+2-2
- tests/testsuite/custom_target.rs+2
- tests/testsuite/death.rs+151-2
0 commit comments