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

Let's not wait too long #85

Closed
wants to merge 1 commit into from
Closed

Let's not wait too long #85

wants to merge 1 commit into from

Conversation

0323pin
Copy link
Contributor

@0323pin 0323pin commented Jun 9, 2024

I've realized a few were lagging behind, update dependencies.

Update dependencies.
@0323pin
Copy link
Contributor Author

0323pin commented Jun 9, 2024

Sorry, don't know how to satisfy clippy 😢

Copy link
Owner

@sstadick sstadick left a 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"
Copy link
Owner

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 👍

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sstadick Any news?
Thanks!

Copy link
Owner

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.

Copy link
Owner

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

Copy link
Contributor Author

@0323pin 0323pin Jun 22, 2024

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.

Copy link
Owner

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 👍

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.

None yet

2 participants