-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Installation on windows is failing #595
Comments
I think it comes down to whether you run This bug would have shown up in CI eventually, so thank you for reporting it and fixing it. |
I got this error on a workflow run today even though everything was working perfectly fine a few days ago when it last ran.
After some digging around, the winapi crate turned out to have a flag for
handleapi
, enabling that in theCargo.toml
file fixes the issue.I'm not experienced enough to really understand how this broke now considering how both this and the
winapi
crates have not been updated that recently but it was suggested to me in the Rust Discord that some lockfile somewhere was perhaps requiring an older version of one of these crates which did not need the explicit feature requirement.This was tested locally by cloning the repo and installing it with
cargo install --path ./hyperfine
which only worked after the change I made in the pull request.The text was updated successfully, but these errors were encountered: