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

Fix std propagation for windows-core #3164

Closed
wants to merge 1 commit into from
Closed

Fix std propagation for windows-core #3164

wants to merge 1 commit into from

Conversation

Intege-rs
Copy link

Fixes windows-core always enabling std on the result and strings crates

Fixes: #3163⬅️

@kennykerr
Copy link
Collaborator

Thanks! The fix looks reasonable to me. What's missing is any way to test this to avoid a regression. I have the no-default-features.yml but it would be great to have some enduring validation that this actually fails/works before and after this change.

https://github.com/microsoft/windows-rs/blob/master/.github/workflows/no-default-features.yml

@MarijnS95
Copy link
Contributor

Nice! I just typed up an identical fix for wgpu only to see that you beat me by a week. Looks good!

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

Successfully merging this pull request may close these issues.

Windows-core incorrectly propagates the std feature to subcrates
3 participants