-
Notifications
You must be signed in to change notification settings - Fork 21
update windows-sys to 0.61 or earlier #37
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
Conversation
windows-sys is a frequent source of duplicate dependencies. Widening the range of allowed versions gives downstream crates a fighting chance of being able to select one unique version of it.
|
I have of course tested this. |
|
I like this idea. Could you add some sort of test to |
|
Ok, I've added the test, and it looks to be passing. I considered making that Windows-only, but then it occurred to me that testing the minimum |
|
@oconnor663 Are you still interested in merging this? If so, a release including this pull some time in the next couple of weeks would be convenient. |
|
Thanks for the reminder. I'll rebase this by hand and push a release. |
|
Landed as 79256b3. |
|
Released along with #38 as v1.2.3. |
|
Thanks! This has cleaned up my deps nicely. |
windows-sys is a frequent source of duplicate dependencies. Widening the range of allowed versions gives downstream crates a fighting chance of being able to select one unique version of it.