fix(deps): update rust crate windows to 0.56.0 #224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.54.0
->0.56.0
Release Notes
microsoft/windows-rs (windows)
v0.56.0
Compare Source
This release includes updates to all crates except
windows-sys
.It includes major updates to the following:
riddle
0.56.0windows
0.56.0windows-bindgen
0.56.0windows-core
0.56.0windows-implement
0.56.0windows-interface
0.56.0windows-metadata
0.56.0This includes various improvements and fixes to code generation, compliance with new Rust warnings, Arm64EC bindings, as well as ergonomic improvements. The
riddle
crate in particular now matches the version ofwindows-bindgen
as they are inextricably linked.It includes minor updates to the following:
windows-targets
0.52.5windows-result
0.1.1windows-registry
0.1.1windows-version
0.1.1The
windows-targets
crate adds support forarm64ec-pc-windows-msvc
andi686-pc-windows-gnullvm
. The other crates only update dependencies.What's Changed
windows
crate dependency inimplement
andinterface
macros by @kennykerr in https://github.com/microsoft/windows-rs/pull/2917Param
trait by @kennykerr in https://github.com/microsoft/windows-rs/pull/2938windows-core
to generate its own bindings by @kennykerr in https://github.com/microsoft/windows-rs/pull/2941windows-targets
readme by @kennykerr in https://github.com/microsoft/windows-rs/pull/2962cfg
union calculation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2965Deref
for COM interface hierarchies inwindows-bindgen
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2968Deref
for COM interface hierarchies defined with theinterface
macro by @kennykerr in https://github.com/microsoft/windows-rs/pull/2969interface
macro by @kennykerr in https://github.com/microsoft/windows-rs/pull/2976Interface::IID
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2990New Contributors
Full Changelog: microsoft/windows-rs@0.55.0...0.56.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.