Skip to content

Commit

Permalink
docs(resolver): Simplify package.resolver default text
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 30, 2024
1 parent 0ba1240 commit 3157465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 Down

0 comments on commit 3157465

Please sign in to comment.