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

Fix workspace manifest to use E2021 resolver. #584

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

arsing
Copy link
Member

@arsing arsing commented Jan 19, 2024

While individual crates default to resolver v2 if they are E2021, workspaces are virtual manifests with no edition so they continue to default to resolver v1. cargo raises a warning about this but only sometimes, so this wasn't easily noticeable.

This change fixes the workspace manifest to use resolver v2.

While individual crates default to resolver v2 if they are E2021, workspaces
are virtual manifests with no edition so they continue to default to
resolver v1. cargo raises a warning about this but only sometimes, so this
wasn't easily noticeable.

This change fixes the workspace manifest to use resolver v2.
@kodiakhq kodiakhq bot merged commit 55efa60 into Azure:main Jan 19, 2024
76 checks passed
@arsing arsing deleted the workspace-resolver branch January 20, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants