diff --git a/src/doc/src/reference/workspaces.md b/src/doc/src/reference/workspaces.md index ad0d4175cee2..91dc791ec20f 100644 --- a/src/doc/src/reference/workspaces.md +++ b/src/doc/src/reference/workspaces.md @@ -80,10 +80,14 @@ edition = "2021" # the edition, will have no effect on a resolver used in th authors = ["Alice ", "Bob "] ``` -Note that in a virtual manifest the [`resolver = "2"`](resolver.md#resolver-versions) -should be specified manually. It is usually deduced from the [`package.edition`][package-edition] -field which is absent in virtual manifests and the edition field of a member -won't affect the resolver used by the workspace. +When there isn't a root package: + +- [`resolver = "2"`](resolver.md#resolver-versions) must be + set explicitly in virtual workspaces as they have no + [`package.edition`][package-edition] to infer it from. + [resolver version](resolver.md#resolver-versions). +- Commands run in the workspace's directory will run against all workspace + members by default, see [Package selection](#package-selection). ## The `members` and `exclude` fields