-
Notifications
You must be signed in to change notification settings - Fork 146
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
Conversation
kate-goldenring
commented
Oct 2, 2024
- 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]>
3082e50
to
2f25f35
Compare
Signed-off-by: Kate Goldenring <[email protected]>
964ea7f
to
f301d83
Compare
There was a problem hiding this 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] |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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]>