migrate from winapi to windows_sys#76
Conversation
|
Sorry for taking a long time to respond to this PR. I think it is fine if we bump the MSRV version – upgrading a dependency seems like a reason good enough to warrant it. It seems like Perhaps the only thing I think we should do is relax the version bounds to something like Alternatively, I feel like it wouldn’t be too terrible if we just copied the |
migrate from winapi to windows_sys
|
Thanks. The test failures are probably rust-lang/rust#103673. |
Migrate from
winapitowindows-rsfor the following:We can also use the latest version of
windows_sys(which isrust-version = "1.46") if the minimum required version is changed in ci/cd.