forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
15 files
+1 −1 | .github/workflows/audit.yml | |
+1 −1 | .github/workflows/contrib.yml | |
+13 −13 | .github/workflows/main.yml | |
+64 −61 | Cargo.lock | |
+17 −17 | Cargo.toml | |
+1 −1 | crates/cargo-test-support/src/diff.rs | |
+36 −0 | crates/cargo-util/src/paths.rs | |
+1 −1 | crates/home/Cargo.toml | |
+0 −1 | crates/home/src/lib.rs | |
+4 −1 | src/bin/cargo/commands/remove.rs | |
+1 −1 | src/cargo/util/toml_mut/manifest.rs | |
+11 −4 | src/doc/src/reference/config.md | |
+2 −2 | src/doc/src/reference/profiles.md | |
+2 −0 | tests/testsuite/custom_target.rs | |
+151 −2 | tests/testsuite/death.rs |