forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#46376 - SimonSapin:cargoup, r=kennytm
Update Cargo to Wed Nov 29 15:19:05 2017 +0000 rust-lang/cargo@5bb478a Pick up `workspace.default-members` support: rust-lang/cargo#4743
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
10 files
+1 −2 | src/bin/bench.rs | |
+1 −2 | src/bin/build.rs | |
+1 −2 | src/bin/check.rs | |
+1 −2 | src/bin/test.rs | |
+69 −17 | src/cargo/core/workspace.rs | |
+15 −12 | src/cargo/ops/cargo_compile.rs | |
+2 −1 | src/cargo/ops/cargo_run.rs | |
+8 −2 | src/cargo/util/toml/mod.rs | |
+13 −3 | src/doc/manifest.md | |
+82 −0 | tests/workspaces.rs |