-
Notifications
You must be signed in to change notification settings - Fork 37
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
Windows Build Broke 0.3.8 #51
Comments
@yoshuawuyts @faern could you yank 0.3.8 for now? It contains a breaking change of some kind that broke Mio (see issue linked in original comment). |
yes, on it! Give me a few mins |
alright, yanked! Crates.io now resolves to |
Thanks for the quick response @yoshuawuyts! |
As to why this released caused build failures, we merged two feature PRs since the last release:
I'll have to do some digging to figure out what caused the issue exactly. |
My guess would be the switch to |
Ahh, yes I think I might have found the culprit:
Because we switched from @Thomasdezeeuw what I'm thinking of doing is releasing the current HEAD of
|
I think that makes sense.
I'll have to review windows-sys crate so that will take me some time. We also use winapi directly, so it might be painful to have both as dependencies. We'll have to see what the best way forward is there. |
Oops, I didn't see this discussion, but I posted a PR to replace winapi/ntapi in mio just now |
Please see the issue describe at tokio-rs/mio#1535.
The text was updated successfully, but these errors were encountered: