0.51.1
版本发布时间: 2023-08-17 22:14:31
microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)
This is mainly for publishing an update of the windows-bindgen
crate but also fixes a few minor readme and version issues to avoid confusion.
- The
windows
andwindows-core
crates are updated to 0.51.1 to update the readme but are otherwise unchanged. - The
windows-targets
crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.
Those are all semver-compatible updates.
- The
windows-bindgen
crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with thewindows
andwindows-core
crates. - The
windows-metadata
crate is updated to 0.51.1 and includes many refinements but is largely for internal use.
Those are major breaking changes.
The windows-sys
crate will not be updated at this time.
What's Changed
- Make
riddle
available as a library by @kennykerr in https://github.com/microsoft/windows-rs/pull/2609 - Improve
windows-bindgen
forstd
usage by @kennykerr in https://github.com/microsoft/windows-rs/pull/2610 - Version 0.51.1 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2611
Full Changelog: https://github.com/microsoft/windows-rs/compare/0.51.0...0.51.1