mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
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.
This commit is contained in:
parent
1566e4c346
commit
007a620d64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user