-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
URL to the section(s) of the book with this issue:
Description of the issue:
Workspace resolver is outdated.
it is still
[workspace]
resolver = "2"
where in here the version is 3.
Suggested fix:
It seems to me that specifing version resolver is not necesary anymore as:
Starting in Rust 2024, this will be the default. That is, writing edition = "2024" in Cargo.toml will imply resolver = "3" which will imply resolver.incompatible-rust-version = "fallback".
Metadata
Metadata
Assignees
Labels
No labels