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

windows: make windows-sys dev-dependency target-specific #140

Merged
merged 1 commit into from
Mar 5, 2024
Merged

windows: make windows-sys dev-dependency target-specific #140

merged 1 commit into from
Mar 5, 2024

Conversation

decathorpe
Copy link
Contributor

The windows-sys dependency is only relevant on cfg(windows) targets.

The windows-sys dependency is only relevant on cfg(windows) targets.
@nagisa
Copy link
Owner

nagisa commented Mar 5, 2024

This looks like an improvement to me, but I want to know in what instance does a dev-dependency being unconditional actually makes the dependency to get pulled in outside of the scenarios where somebody develops libloading itself? Is there any?

@decathorpe
Copy link
Contributor Author

We try to run cargo test for all Rust crates we package for Fedora Linux. I know that Debian is doing something similar.

@nagisa
Copy link
Owner

nagisa commented Mar 5, 2024

Alright, thank you for the contribution!

@nagisa nagisa merged commit beffb6d into nagisa:master Mar 5, 2024
22 checks passed
@decathorpe
Copy link
Contributor Author

Thanks for merging!

@nagisa
Copy link
Owner

nagisa commented Mar 5, 2024

This is now on crates.io as 0.8.3.

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.

2 participants