From 1240f42c899fbba8bf85e493c3beb9f82227a09a Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 28 Nov 2017 19:00:34 +0100 Subject: [PATCH] Update virtual workspace docs for implied --all https://github.com/rust-lang/cargo/pull/4335 --- src/doc/manifest.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 6e2f0bd380b..b42e4df6ee7 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -520,9 +520,8 @@ crate will be treated as a normal package, as well as a workspace. If the manifest*. When working with *virtual manifests*, package-related cargo commands, like -`cargo build`, won't be available anymore. But, most of such commands support -the `--all` option, will execute the command for all the non-virtual manifest in -the workspace. +`cargo build`, default to all packages in the workspace as if `--all` was used. +This can be changed by passing a `--package` or `-p` command-line parameters. # The project layout