0.42.0
版本发布时间: 2022-09-27 22:04:29
microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)
This release provides a major update to the windows-sys
crate, the first update since 0.36.1, and includes numerous fixes and improvements to the completeness and correctness of both API definitions and import libs.
What's Changed
- Exclude default
winmd
files fromwindows-metadata
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/2060 - The
implement
macro traits need not be recursively dependent by @kennykerr in https://github.com/microsoft/windows-rs/pull/2062 - Add
windows-sys
test coverage by @kennykerr in https://github.com/microsoft/windows-rs/pull/2063 - Add support for non-COM interfaces by @kennykerr in https://github.com/microsoft/windows-rs/pull/2066
- Update the win32 metadata to version 34.0.8 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2067
- Version 0.42.0 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2069
Changelog for windows
crate: https://github.com/microsoft/windows-rs/compare/0.41.0...0.42.0
Changelog for windows-sys
crate: https://github.com/microsoft/windows-rs/compare/0.36.1...0.42.0