0.55.0
版本发布时间: 2024-03-07 05:04:42
microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)
This update includes a few improvements to code generation. The following crates are being updated today:
-
windows-bindgen
-
windows-metadata
-
windows-core
What's Changed
- Improve
implement
macro docs by @daladim in https://github.com/microsoft/windows-rs/pull/2891 - Restore MSRV for
windows-targets
to 1.56 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2898 - Simpler namespace type collection by @kennykerr in https://github.com/microsoft/windows-rs/pull/2901
- Allow
PWSTR
/PSTR
to be passed toPCWSTR
/PCSTR
parameters by @kennykerr in https://github.com/microsoft/windows-rs/pull/2899 - Consolidate type generation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2903
- Add ability to prepend code to type generation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2907
- Fix for new Rust nightly warnings related to unnecessary qualifications by @kennykerr in https://github.com/microsoft/windows-rs/pull/2911
- Add option to suppress
windows-bindgen
comment in generated code by @kennykerr in https://github.com/microsoft/windows-rs/pull/2910 - More unnecessary qualifications by @kennykerr in https://github.com/microsoft/windows-rs/pull/2912
- Consolidate internal
interface
andcom_interface
macros by @kennykerr in https://github.com/microsoft/windows-rs/pull/2914 - Release 0.55.0 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2915
New Contributors
- @daladim made their first contribution in https://github.com/microsoft/windows-rs/pull/2891
Full Changelog: https://github.com/microsoft/windows-rs/compare/0.54.0...0.55.0