You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumping the `windows` dev-dependency of `gix-path` from 0.58.0 to
0.61.1 broke the use of `windows::Win32::Foundation::BOOL`, since
`BOOL` is now `windows::core::BOOL` (and also available through
the `windows_core` crate).
It is not immediately obvious from the changelog at what point the
change occurred. (A seemingly related change is described for the
newer version microsoft/windows-rs#3441.
See microsoft/windows-rs#3441 for context.)
This imports `BOOL` from `windows::core` to adjust.
0 commit comments