You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds are currently failing due to what I assume is a change in winapi. It's an easy fix, the errhandlingapi feature flag just needs to be added to the dependency declaration.
For those needing a fix before a patch gets merged, just add winapi = { version="0.3.9", features=["errhandlingapi"] } to your Cargo.toml.
The text was updated successfully, but these errors were encountered:
Howdy,
Builds are currently failing due to what I assume is a change in
winapi
. It's an easy fix, theerrhandlingapi
feature flag just needs to be added to the dependency declaration.For those needing a fix before a patch gets merged, just add
winapi = { version="0.3.9", features=["errhandlingapi"] }
to yourCargo.toml
.The text was updated successfully, but these errors were encountered: