Skip to content

Commit 007a620

Browse files
committed
docs(ref): Shift focus to resolver v3
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.
1 parent 1566e4c commit 007a620

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)