forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cargo
updated
13 files
+1 −1 | Cargo.toml | |
+1 −1 | crates/cargo-test-support/Cargo.toml | |
+35 −13 | src/cargo/ops/cargo_compile.rs | |
+19 −0 | src/cargo/ops/cargo_generate_lockfile.rs | |
+1 −2 | src/cargo/ops/cargo_new.rs | |
+11 −7 | src/cargo/sources/path.rs | |
+0 −182 | src/doc/src/reference/unstable.md | |
+16 −2 | tests/testsuite/build.rs | |
+1 −1 | tests/testsuite/new.rs | |
+49 −0 | tests/testsuite/package.rs | |
+28 −4 | tests/testsuite/run.rs | |
+12 −2 | tests/testsuite/test.rs | |
+144 −1 | tests/testsuite/update.rs |