-
Notifications
You must be signed in to change notification settings - Fork 86
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 windows-sys version to 0.59 #133
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 for the upgrade! A few things to fix before merge.
This apparently bumps the MSRV. So you need to update the CI to run on 1.60.0 instead of 1.58.0. See the comment in |
I've updated the MSRV, and tested that both |
You need to update what Rust version the CI runs on. It still runs on 1.58. Please see https://github.com/mullvad/windows-service-rs/blob/main/.github/workflows/build-and-test.yml#L24-L28 Also don't forget my comment about the documentation links invalidly pointing to |
Ahahah, I must still have been a bit tired in the morning. Forgot to actually add the files before committing. Here you go. |
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.
Looks good! Thanks for the contribution!
This updates the windows-sys version to 0.59.
This change is