-
Notifications
You must be signed in to change notification settings - Fork 13k
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
13 files
+1 −1 | .github/workflows/contrib.yml | |
+1 −1 | .github/workflows/main.yml | |
+0 −5 | src/cargo/core/compiler/unit_dependencies.rs | |
+9 −0 | src/cargo/core/manifest.rs | |
+2 −1 | src/cargo/core/mod.rs | |
+114 −41 | src/cargo/core/workspace.rs | |
+4 −0 | src/cargo/ops/cargo_compile.rs | |
+49 −9 | src/cargo/ops/cargo_install.rs | |
+27 −6 | src/cargo/sources/registry/remote.rs | |
+112 −36 | src/cargo/util/toml/mod.rs | |
+33 −0 | tests/testsuite/doc.rs | |
+523 −28 | tests/testsuite/inheritable_workspace_fields.rs | |
+66 −6 | tests/testsuite/required_features.rs |