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

Migrate from winapi to official windows crate #18

Merged
merged 4 commits into from
Oct 24, 2024
Merged

Conversation

niklasmohrin
Copy link
Owner

It appears that winapi is coming to a halt now that there is an official crate.

To maintain MSRV, I picked a slightly outdated version of `windows`,
`cargo audit` does not raise any alarms though, so it should be fine.
Version 3.3 seems to be the first to not use `cfg-if < 1`, which seems
to cause errors with `-Zminimal-versions`.

However, 3.3 fails `cargo audit`, so 3.4 it is.
@niklasmohrin niklasmohrin merged commit 8a9ed67 into main Oct 24, 2024
19 checks passed
@niklasmohrin niklasmohrin deleted the replace-winapi branch October 24, 2024 19:21
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 this pull request may close these issues.

1 participant