Skip to content

Commit

Permalink
Auto merge of #14753 - epage:resoler-prep, r=ehuss
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Oct 31, 2024
2 parents de5832f + 3157465 commit 497c228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc/src/reference/resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ name = "my-package"
version = "1.0.0"
resolver = "2"
```
- `"1"` (workspace, [`edition = "2015"`](manifest.md#the-edition-field) default)
- `"1"` (default)
- `"2"` ([`edition = "2021"`](manifest.md#the-edition-field) default): Introduces changes in [feature
unification](#features). See the [features chapter][features-2] for more
details.
Expand All @@ -519,6 +519,8 @@ members = ["member1", "member2"]
resolver = "2"
```

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

Expand Down

0 comments on commit 497c228

Please sign in to comment.