Commit 4a24f08
committed
Auto merge of rust-lang#100942 - ehuss:update-cargo, r=ehuss
Update cargo
7 commits in 9809f8ff33c2b998919fd0432c626f0f7323697a..6da726708a4406f31f996d813790818dce837161
2022-08-16 22:10:06 +0000 to 2022-08-23 21:39:56 +0000
- Update non-ASCII crate name warning message (rust-lang/cargo#11017)
- Add more tests for aggressive or precise update (rust-lang/cargo#11011)
- Ignore broken but excluded file during traversing (rust-lang/cargo#11008)
- Improve error message for wrong target names (rust-lang/cargo#10999)
- Bump snapbox to 0.3 (rust-lang/cargo#11005)
- remove missed reference to workspace inheritance in unstable.md (rust-lang/cargo#11001)
- Warning when precise or aggressive without -p flag (rust-lang/cargo#10988)2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4993 | 4993 | | |
4994 | 4994 | | |
4995 | 4995 | | |
4996 | | - | |
| 4996 | + | |
4997 | 4997 | | |
4998 | | - | |
| 4998 | + | |
4999 | 4999 | | |
5000 | 5000 | | |
5001 | 5001 | | |
| |||
5011 | 5011 | | |
5012 | 5012 | | |
5013 | 5013 | | |
5014 | | - | |
| 5014 | + | |
5015 | 5015 | | |
5016 | | - | |
| 5016 | + | |
5017 | 5017 | | |
5018 | 5018 | | |
5019 | 5019 | | |
| |||
- Cargo.toml+1-1
- crates/cargo-test-support/Cargo.toml+1-1
- src/cargo/ops/cargo_compile.rs+35-13
- src/cargo/ops/cargo_generate_lockfile.rs+19
- src/cargo/ops/cargo_new.rs+1-2
- src/cargo/sources/path.rs+11-7
- src/doc/src/reference/unstable.md-182
- tests/testsuite/build.rs+16-2
- tests/testsuite/new.rs+1-1
- tests/testsuite/package.rs+49
- tests/testsuite/run.rs+28-4
- tests/testsuite/test.rs+12-2
- tests/testsuite/update.rs+144-1
0 commit comments