Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Windows crates to their latest versions to incorporate specific upstream changes needed for a closed-source feature. The updates include windows crate from 0.61 to 0.62 and windows-sys crate from 0.60 to 0.61.
- Updates windows crate from version 0.61 to 0.62
- Updates windows-sys crate from version 0.60 to 0.61
- Incorporates specific upstream PRs #3724 and #3743 from the windows-rs repository
|
It looks like this PR contains updates to a lot of other crates in the lock file. Can those be undone? |
35989b4 to
f068d63
Compare
|
Some of these crates, like ctrlc and zerocopy, should have nothing to do with the windows crates. They'll need to be reverted. Are you running an unrestricted |
|
Yeah, my bad. Didn't realize that |
f068d63 to
3d39283
Compare
|
Cool, glad the fix was straightforward |
For a closed-source change, we need the newest version of the windows crates, specifically microsoft/windows-rs#3724 and microsoft/windows-rs#3743.
For a closed-source change, we need the newest version of the windows crates, specifically microsoft/windows-rs#3724 and microsoft/windows-rs#3743.
We also needed to update
socket2, which was using a very oldwindows-sysversion and was causing some issues with the tests.