You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Pull the project on main branch
run cargo build --workspace
See the following warning
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
cargo build --workspace
Expected behavior
A resolver version set up.
Additional context
See also https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
The text was updated successfully, but these errors were encountered: