From: Simon Sapin Date: Tue, 28 Nov 2017 18:00:34 +0000 (+0100) Subject: Update virtual workspace docs for implied --all X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~4^2~39^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1240f42c899fbba8bf85e493c3beb9f82227a09a;p=cargo.git Update virtual workspace docs for implied --all https://github.com/rust-lang/cargo/pull/4335 --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 6e2f0bd38..b42e4df6e 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