-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore: Bump windows-sys to version 0.61 #7645
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
Conversation
c0eda79 to
ed407b2
Compare
ed407b2 to
5444a69
Compare
|
We need to update windows-sys in mio and socket2, which are our dependencies. There's already an open PR for mio (tokio-rs/mio#1901), but not for socket2. Could you open one for it? |
|
Problem is the new MSRV of 1.71 in windows-sys. |
|
This could probably solved as proposed in tokio-rs/mio#1901, by allowing both 0.60 and 0.61 versions. |
|
Are the range versions a good solution to this? I'm not sure if Mio or Socket2 will hit a breaking change in them. |
|
I bumped the MSRV to 1.71 in #7658, so we can land this. Please rebase. |
5444a69 to
fc1f1d5
Compare
Done |
Motivation
Update the windows-sys dependency to the latest version.
Solution
Minor change needed as the BOOLEAN type has been removed but a standard bool is
the replacement.