Skip to content

Commit 597e8d7

Browse files
authored
docs(ref): Shift focus to resolver v3 (#15213)
### What does this PR try to resolve? We have the `resolver` field in their as subtle nod to encourage people to explicitly set it in workspaces. With `resolver = "3"` being out for a couple releases (at the time this hits stable), it seems appropriate for us to bump this value. ### How should we test and review this PR? ### Additional information
2 parents abcd66e + 007a620 commit 597e8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ you want to keep all the packages organized in separate directories.
6767
# [PROJECT_DIR]/Cargo.toml
6868
[workspace]
6969
members = ["hello_world"]
70-
resolver = "2"
70+
resolver = "3"
7171
```
7272

7373
```toml

0 commit comments

Comments
 (0)