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
This commit is contained in:
Weihang Lo 2025-02-21 14:27:22 +00:00 committed by GitHub
commit 597e8d717d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ you want to keep all the packages organized in separate directories.
# [PROJECT_DIR]/Cargo.toml
[workspace]
members = ["hello_world"]
resolver = "2"
resolver = "3"
```
```toml