-
Notifications
You must be signed in to change notification settings - Fork 39
breaking: upgrade deps #90
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
Conversation
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've run the CI. New Rust versions often introduce new lints that need fixes. Can you please have a look?
@vmx i have addressed the new clippy errors |
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.
See one comment inline and it also needs a run of cargo fmt
, but then it looks good. Thanks for the changes!
@vmx done! |
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.
Thanks for the updates!
upgrades thiserror to 2, and opencl3 to 0.11
increases MSRV to 1.81 (due to the
home
crate)Closes #75