forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
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
14 files
+1 −1 | src/bin/cargo/commands/install.rs | |
+11 −0 | src/cargo/core/compiler/mod.rs | |
+1 −1 | src/cargo/core/compiler/unit_dependencies.rs | |
+36 −26 | src/cargo/core/features.rs | |
+4 −1 | src/cargo/core/package_id.rs | |
+83 −32 | src/cargo/core/profiles.rs | |
+2 −2 | src/cargo/ops/cargo_compile.rs | |
+29 −25 | src/cargo/ops/cargo_package.rs | |
+3 −1 | src/cargo/util/command_prelude.rs | |
+14 −0 | src/doc/src/reference/unstable.md | |
+4 −2 | tests/testsuite/cross_compile.rs | |
+84 −5 | tests/testsuite/features.rs | |
+10 −2 | tests/testsuite/install.rs | |
+127 −0 | tests/testsuite/test.rs |