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

Warning cleanup #143

Merged
merged 3 commits into from
Aug 29, 2023
Merged

Warning cleanup #143

merged 3 commits into from
Aug 29, 2023

Conversation

Skallwar
Copy link
Collaborator

  • misc: Cleanup warnings
  • misc: Cleanup crates
  • misc: Change resolver for the workspace

Signed-off-by: Esteban Blanc <[email protected]>
Some crates were not used with the same version depending on the module

Signed-off-by: Esteban Blanc <[email protected]>
Fixes an warning

Signed-off-by: Esteban Blanc <[email protected]>
Comment on lines 1 to +2
[workspace]
resolver = "2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably switch to Rust edition 2021, which has the resolver 2.0 enabled by default I think

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every Cargo.toml is Rust 2021 but by default, virtual workspace is using resolver = "1" for some reason. I had a warning before each and cargo recommended this

@CohenArthur CohenArthur merged commit 0153992 into main Aug 29, 2023
7 checks passed
@CohenArthur CohenArthur deleted the warning_cleanup branch August 29, 2023 10:03
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