-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix clippy lints #78
fix clippy lints #78
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.
Thanks! Just one question:
should I update the MSRV? |
@jfrimmel using |
I think it would be fine to raise the MSRV, as it is promised nowhere as of now. So: go for it 😉 |
Ah, it looks like I've screwed up the CI configuration. I've pulled in the latest CI changes. This allows me to run the missing workflows. |
hey I updated the MSRV both in |
Thank you very much! |
This is possible thanks to the raised MSRV in #78. Many dependencies are not updated, though, as the MSRV is still rather old and, unfortunately, not all dependencies declare a MSRV, thus an automatic `cargo update` is not possible.
nothing major, just ran
cargo clippy fix
, then applied non-automatic fixes manually