-
Notifications
You must be signed in to change notification settings - Fork 43
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
bump socket2 version #174
bump socket2 version #174
Conversation
Looks like the new socket2 version requires rustc 1.63+. It's okay for us to bump up rustc version to 1.63. |
updated |
To fix the build errors, you need to update the CI build.yml . |
@irvingoujAtDevolution thanks for your work. Will you have the bandwidth to finish this PR in a couple of days? The current build error is due to clippy warnings. (If you are too busy to work on this, I can apply the change in the next release time). |
I will update it today, sorry for the long delay. |
0737495
to
374377b
Compare
update Rust toolchain version and fix new clippy and fmt warnings.
374377b
to
83f1202
Compare
@keepsimple1 Updated rust version, fixed clippy warnings |
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 for the update! I learned something new as well from these clippy fixes. LGTM!
As discussed in previous PR, we only bump the version of socket2 for now