Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workspace resolver warning #2311

Closed
botovq opened this issue Oct 5, 2024 · 0 comments
Closed

workspace resolver warning #2311

botovq opened this issue Oct 5, 2024 · 0 comments

Comments

@botovq
Copy link
Contributor

botovq commented Oct 5, 2024

cargo's been warning about this for a while, e.g. here. Would be nice if this could be fixed one way or the other.

warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
@alex alex closed this as completed in bc85958 Oct 5, 2024
alex added a commit that referenced this issue Oct 5, 2024
fixes #2311 -- silencer resolver warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant