0.47.0
As a reminder, updates are only published by request (#2397; microsoft/win32metadata#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 #2381 - Token privilege samples by @kennykerr in #2382
- Apply
const
parameter metadata by @kennykerr in #2384 - Advanced metadata filtering by @kennykerr in #2385
- Update Win32 metadata v46 by @kennykerr in #2387
- Support standalone code generation by @kennykerr in #2396
- Update readme to include
windows-targets
andwindows-bindgen
by @kennykerr in #2399 - Update Win32 metadata v47 by @kennykerr in #2400
- Version 0.47.0 by @kennykerr in #2401
- Add CLR test for lib validation by @kennykerr in #2403
- Restore reproducible libs by @riverar in #2402
- Check diff for all targets by @kennykerr in #2404
Full Changelog: 0.46.0...0.47.0