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

chore(rust): update to use rust 1.79 and apply clippy cleanups #703

Merged
merged 6 commits into from
Oct 3, 2024

Conversation

kate-goldenring
Copy link
Contributor

  • Updates to Rust 1.79
  • Updates Cargo.lock files to use workspace level rust version, project version etc.
  • Updates version.sh to simplify it thanks to the above
  • Applies changes required by latest clippy and fmt
  • Allows a few clippy ignores

…e from workspace version

Signed-off-by: Kate Goldenring <[email protected]>
Signed-off-by: Kate Goldenring <[email protected]>
Copy link
Contributor

@diconico07 diconico07 left a comment

Choose a reason for hiding this comment

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

LGTM, just a small possible improvement regarding the migration of Cargo.toml fields at workspace level.

@@ -21,3 +21,11 @@ members = [
"discovery-handler-modules/udev-discovery-handler",
]
resolver = "2"

[workspace.package]
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: We may want to also set the authors key here for consistency ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wasn't sure what to put and punted but i think this is worth unifying. I set the global author to be "The Akri Team"

Signed-off-by: Kate Goldenring <[email protected]>
Signed-off-by: Kate Goldenring <[email protected]>
Signed-off-by: Kate Goldenring <[email protected]>
@kate-goldenring kate-goldenring merged commit fb06f05 into project-akri:main Oct 3, 2024
33 checks passed
@kate-goldenring kate-goldenring deleted the rust-1.79 branch October 3, 2024 22:40
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