0.47.0
版本发布时间: 2023-03-29 20:06:13
microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)
As a reminder, updates are only published by request (#2397; https://github.com/microsoft/win32metadata/issues/1507). This release provides an update to the windows
crate. It does not include an update to the windows-sys
crate.
This update adds support for standalone code generation (#2396) as well as requested fixes to the Win32 metadata that prevented some APIs from being used.
What's Changed
- Workaround for
rustdoc
regression by @kennykerr in https://github.com/microsoft/windows-rs/pull/2381 - Token privilege samples by @kennykerr in https://github.com/microsoft/windows-rs/pull/2382
- Apply
const
parameter metadata by @kennykerr in https://github.com/microsoft/windows-rs/pull/2384 - Advanced metadata filtering by @kennykerr in https://github.com/microsoft/windows-rs/pull/2385
- Update Win32 metadata v46 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2387
- Support standalone code generation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2396
- Update readme to include
windows-targets
andwindows-bindgen
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2399 - Update Win32 metadata v47 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2400
- Version 0.47.0 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2401
- Add CLR test for lib validation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2403
- Restore reproducible libs by @riverar in https://github.com/microsoft/windows-rs/pull/2402
- Check diff for all targets by @kennykerr in https://github.com/microsoft/windows-rs/pull/2404
Full Changelog: https://github.com/microsoft/windows-rs/compare/0.46.0...0.47.0