-
Notifications
You must be signed in to change notification settings - Fork 18
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
Let's not wait too long #85
Conversation
Update dependencies.
Sorry, don't know how to satisfy clippy 😢 |
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 making this! Per comment above I'll resolve the clippy lint tomorrow!
@@ -2,4 +2,4 @@ | |||
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. | |||
# https://rust-lang.github.io/rustup/concepts/profiles.html | |||
profile = "default" | |||
channel = "1.75.0" | |||
channel = "1.76.0" |
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 think clippy is failing because the toolchain is updating, so a newer clippy is running. I'll take a look tomorrow at fixing what it's complaining about.
Alternatively if this is left at 1.75 and CI passes I'll just merge it 👍
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.
Thank you! I don't get it, according to https://rust-lang.github.io/rust-clippy/master/index.html#/redundant_guards, redundant_guards were introduced in 1.73.0
But, let's see what you find.
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.
@sstadick Any news?
Thanks!
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 bump! I have no idea why this hasn't been failing earlier. It seems like it should have been failing for a while, and looking at previous CI pipelines it's been using > 1.73 🤷
The suggestion it's making is correct, would you mind applying it in this PR? Or I can make a PR into yours. Whatever works for you.
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.
This PR should fix it, and includes your changes: #86
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 @sstadick
🤦♂️ I must have mixed m and n because, I've tried, what I thought it was this change locally.
Like you, I was surprised this wasn't failing previously (1.73) but, I'm happy it's fixed.
On a general note, would you mind if I keep doing this every 2 - 3 months? Bump dependencies, I mean.
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 would not mind at all, and would greatly appreciate it! I'll try to be a bit speedier getting things merged in 👍
I've realized a few were lagging behind, update dependencies.