Skip to content

Commit 497c228

Browse files
committed
Auto merge of #14753 - epage:resoler-prep, r=ehuss
docs(resolver): Further v3 prep ### What does this PR try to resolve? This is a follow up to #14725 ### How should we test and review this PR? ### Additional information
2 parents de5832f + 3157465 commit 497c228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/src/reference/resolver.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ name = "my-package"
503503
version = "1.0.0"
504504
resolver = "2"
505505
```
506-
- `"1"` (workspace, [`edition = "2015"`](manifest.md#the-edition-field) default)
506+
- `"1"` (default)
507507
- `"2"` ([`edition = "2021"`](manifest.md#the-edition-field) default): Introduces changes in [feature
508508
unification](#features). See the [features chapter][features-2] for more
509509
details.
@@ -519,6 +519,8 @@ members = ["member1", "member2"]
519519
resolver = "2"
520520
```
521521

522+
> **MSRV:** Requires 1.51+
523+
522524
[virtual workspace]: workspaces.md#virtual-workspace
523525
[features-2]: features.md#feature-resolver-version-2
524526

0 commit comments

Comments
 (0)