Commit 1770912
committed
Auto merge of #116280 - weihanglo:update-cargo, r=weihanglo
Update cargo
4 commits in e6aabe8b3fcf639be3a5bf68e77853bd7b3fa27d..59596f0f31a94fde48b5aa7e945cd0b7ceca9620
2023-09-26 16:31:53 +0000 to 2023-09-29 19:29:17 +0000
- refactor: Switch from termcolor to anstream (rust-lang/cargo#12751)
- Add missing `strip` entries in `dev` and `release` profiles. (rust-lang/cargo#12748)
- Add better suggestion for the unsupported silent flag (rust-lang/cargo#12723)
- docs(ref): Establish publish best practices (rust-lang/cargo#12745)
r? ghost1 file changed
+1
-1
lines changed- Cargo.lock+17-84
- Cargo.toml+5-13
- crates/cargo-test-support/Cargo.toml+2-1
- crates/cargo-test-support/src/diff.rs+20-28
- src/bin/cargo/commands/report.rs+1-1
- src/bin/cargo/commands/vendor.rs+1-1
- src/cargo/core/compiler/future_incompat.rs+3-16
- src/cargo/core/compiler/mod.rs+2-19
- src/cargo/core/shell.rs+55-132
- src/cargo/util/command_prelude.rs+12
- src/doc/src/reference/profiles.md+2
- src/doc/src/reference/publishing.md+13
- tests/testsuite/run.rs+37
0 commit comments