-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
12 files
+10 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+9 −1 | .github/ISSUE_TEMPLATE/feature_request.yml | |
+1 −1 | Cargo.toml | |
+12 −1 | crates/cargo-util/src/paths.rs | |
+5 −5 | src/bin/cargo/commands/help.rs | |
+4 −1 | src/bin/cargo/commands/test.rs | |
+22 −6 | src/cargo/core/compiler/unit_dependencies.rs | |
+4 −1 | src/cargo/ops/cargo_doc.rs | |
+54 −51 | src/cargo/sources/path.rs | |
+1 −1 | tests/testsuite/build_script.rs | |
+75 −0 | tests/testsuite/doc.rs | |
+26 −3 | tests/testsuite/package.rs |