Skip to content

Add workspace resolver to fix a build warning #274

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

Merged
merged 1 commit into from
May 12, 2025

Conversation

wiktor-k
Copy link
Collaborator

Without explicit resolver cargo will use resolver = "1" and print the following warning:

warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`

Without explicit resolver `cargo` will use `resolver = "1"` and print
the following warning:

```
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
```

Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
@wiktor-k wiktor-k merged commit b7a30d7 into parallaxsecond:main May 12, 2025
8 checks passed
@wiktor-k wiktor-k deleted the wiktor-k/fix-resolver branch May 12, 2025 18:36
@wiktor-k
Copy link
Collaborator Author

Thanks for a swift review, both of you 🙏

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

Successfully merging this pull request may close these issues.

3 participants