-
-
Notifications
You must be signed in to change notification settings - Fork 59
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 cargo version #449
Bump cargo version #449
Conversation
@amyspark can you figure out what broke for msvc ^^; ? |
AFAIU it's missing linking to ws2_32.dll or how it was called |
Yes, this should've been exposed by the |
the problem seems to persist :/ |
Ah, you're bumping the cargo version! I hadn't noticed that on top of |
can you check what rustc is emitting? |
I'm doing that, and it's weird:
Investigating now what's the difference between (1) and (2). |
Can you confirm that before the cargo update the problem appears? |
Thank you for finding the problem now it will be fun to do the proper cache invalidation... |
No description provided.