72
Happy new year folks! This is the first release of 2026 and focused on publishing some needed windows-bindgen updates so that Windows can ingest and update its Rust support internally.
This release only updates the windows-bindgen crate (0.66.0) while other crates in the Windows family remain unchanged at this time.
What's Changed
- Promote remaining error types to
windows-resultby @kennykerr in #3783 - Fix for new warnings by @kennykerr in #3789
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #3790
- Add comment for
combaseworkaround handling by @kennykerr in #3794 - Add
--sys-fn-ptrsfor windows-sys fn ptr types by @uint-nate in #3782 - Use heuristic to determine handle types by @kennykerr in #3793
- Fix for Nightly warnings about using
rotate_leftby @kennykerr in #3800 - Fix nested type indexing in the
windows-metadatareader by @kennykerr in #3799 - Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #3803
- Remove service thread sample by @kennykerr in #3804
- Remove
Displaytrait implementation forHSTRINGandBSTRby @kennykerr in #3812 - Remove
mostly-unusedhint by @kennykerr in #3811 - Bump js-yaml from 4.1.0 to 4.1.1 in /web/features by @dependabot[bot] in #3817
- Simplify yml generation by @kennykerr in #3820
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #3819
- Add least privilege permissions to GitHub Actions workflows by @Copilot in #3826
- Add option to generate
externdeclarations rather thanlinkmacros by @kennykerr in #3828 - Bump actions/cache from 4 to 5 by @dependabot[bot] in #3831
- Temporarily pin clippy tests to nightly-2025-12-11 to avoid ICE by @riverar in #3835
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #3833
- Bump node-forge from 1.3.1 to 1.3.3 in /web/features by @dependabot[bot] in #3842
- Bump qs and express in /web/features by @dependabot[bot] in #3843
- Bump qs and body-parser in /web/features by @dependabot[bot] in #3844
- Encourage using raw strings in registry docs by @spenserblack in #3847
- Revert "Temporarily pin clippy tests to nightly-2025-12-11 to avoid ICE" by @kennykerr in #3850
- Release 72 by @kennykerr in #3849
New Contributors
- @uint-nate made their first contribution in #3782
- @spenserblack made their first contribution in #3847
Full Changelog: 71...72