Skip to content
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

Build failing due to missing feature from winapi #43

Open
samipfjo opened this issue Jun 26, 2023 · 1 comment · May be fixed by #44
Open

Build failing due to missing feature from winapi #43

samipfjo opened this issue Jun 26, 2023 · 1 comment · May be fixed by #44

Comments

@samipfjo
Copy link

Howdy,

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.

@samipfjo
Copy link
Author

samipfjo commented Jun 26, 2023

A failing build of num-format followed by a succeeding build Before and after adding the feature to my project's Cargo.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant