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

node_runtime: Restrict the windows dependency to the Windows target #12284

Merged

Conversation

maxdeviant
Copy link
Member

This PR fixes an issue where the windows dependency was being included on non-Windows targets.

Resolves #12282.

Release Notes:

  • N/A

@maxdeviant maxdeviant self-assigned this May 25, 2024
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label May 25, 2024
Copy link

@bjorn3 bjorn3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was quick! Thanks!

@maxdeviant maxdeviant merged commit ace371a into main May 25, 2024
8 checks passed
@maxdeviant maxdeviant deleted the marshall/restrict-windows-dependency-to-windows-target branch May 25, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-windows targets have a dependency on the windows crate
2 participants