-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Update the windows-rs crate to 0.37.0 #400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As always, we appreciate your help.
The change in 793c1e6 goes with tauri-apps/wry@b63db59 to break a dependency on matching |
This reverts commit b94e19b.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late merge. been busy on termite crisis whole weekend 😅
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___
)Other information
The
windows-implement
macro which lets you implement COM interfaces with thewindows
crate depends onconst
generic support which was just stabilized inrustc
1.61. This effectively raises the MSRV fortao
on Windows to 1.61.