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

Use feature resolver version 2 #22

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Use feature resolver version 2 #22

merged 1 commit into from
Oct 9, 2023

Conversation

zaneduffield
Copy link
Collaborator

This resolves the warning cargo has been emitting for a while regarding having to fall back to the old feature resolver version.

Using the new resolver version doesn't seem to affect us, but it's better to be with the new version since it's the default for edition 2021 Rust (but not for virtual workspaces for some reason).

See

This resolves the warning cargo has been emitting for a while regarding
having to fall back to the old feature resolver version.

Using the new resolver version doesn't seem to affect us, but it's
better to be with the new version since it's the default for edition
2021 Rust (but not for virtual workspaces for some reason).

See
- https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2
- rust-lang/cargo#10112
@jgardn3r jgardn3r merged commit 07f3f24 into master Oct 9, 2023
@jgardn3r jgardn3r deleted the featureResolver2 branch October 9, 2023 00:41
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.

2 participants