70
This release provides a few notable additions and features:
- An option to disable the default agility for COM implementations (#3770).
- Improved code generation dependency targeting (#3763).
- Ability to query OS revision number (#3752).
- Updated readme guidance on version ranges (#3754).
Major version updates to existing crates
The windows-bindgen crate (0.64.0) provides improved dependency targeting support via the new --specific-deps option (#3763).
Minor version updates to existing crates
The windows-implement crate (0.60.1) adds the ability to disable the default agility for COM implementations (#3770).
The windows-version crate (0.1.6) adds the ability to query OS revision number (#3752).
The windows crate (0.62.1) crate has been updated to depend on the latest version of the windows-implement crate and update the readme with version range guidance.
The windows-collections crate (0.3.1) crate has been updated to depend on the latest version of the windows-implement crate.
The windows-core crate (0.62.1) crate has been updated to depend on the latest version of the windows-implement crate.
The windows-future crate (0.3.1) crate has been updated to depend on the latest version of the windows-implement crate.
The windows-sys crate (0.61.1) crate has an updated readme with version range guidance.
The windows-targets crate (0.53.4) crate has an updated readme indicating that windows-link should be preferred.
What's Changed
- Bump actions/stale from 9 to 10 by @dependabot[bot] in #3744
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #3745
- Remove unused
stale.ymlworkflow by @kennykerr in #3747 - Fix new
cast_slice_from_raw_partsclippy lint by @kennykerr in #3750 - Remove workaround for
with_exposed_provenance_mutby @kennykerr in #3749 - Add query for OS revision number to
windows-versioncrate by @kennykerr in #3752 - docs: update README to include guidance on using looser semver ranges for dependencies by @wmmc88 in #3754
- Improve
windows-bindgendependency targeting consistency and flexibility by @kennykerr in #3763 - Add option to disable default agility for COM
implementmacro by @kennykerr in #3770 - Install
rustfmtas part of the build by @kennykerr in #3772 - Release 70 by @kennykerr in #3771
New Contributors
Full Changelog: 69...70