fix(deps): update rust crate windows to 0.57 #935
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.56
->0.57
Release Notes
microsoft/windows-rs (windows)
v0.57.0
Compare Source
This release includes updates to a number of crates.
It includes major updates to the following:
riddle
0.57.0windows
0.57.0windows-bindgen
0.57.0windows-core
0.57.0windows-implement
0.57.0windows-interface
0.57.0windows-metadata
0.57.0It also includes minor updates to the following:
windows-result
0.1.2windows-registry
0.1.2This includes various improvements and fixes to code generation, compliance with new Rust warnings, COM authoring support helpers, and more.
This release also includes the first published version of the
cppwinrt
crate.What's Changed
as_raw
towindows-registry
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3003E_POINTER
constant inwindows-core
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3008Copy
,Clone
, andDebug
for handles by @kennykerr in https://github.com/microsoft/windows-rs/pull/3015HSTRING
interior mutability warnings in nightly by @riverar in https://github.com/microsoft/windows-rs/pull/3021unexpected_cfgs
warnings by @kennykerr in https://github.com/microsoft/windows-rs/pull/3022Ref
andOutRef
to enhance COM authoring support by @kennykerr in https://github.com/microsoft/windows-rs/pull/3025Ref
interface parameters by @kennykerr in https://github.com/microsoft/windows-rs/pull/3027from_raw
towindows-registry
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3034windows-registry
readme by @kennykerr in https://github.com/microsoft/windows-rs/pull/3035windows-metadata
andwindows-bindgen
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3039TypeName
to support pattern matching by @kennykerr in https://github.com/microsoft/windows-rs/pull/3040ComObject<T>
type that represents a heap-allocated COM object by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3043unexpected_cfgs
by @ChrisDenton in https://github.com/microsoft/windows-rs/pull/3050no-default-features
yml workflow by @kennykerr in https://github.com/microsoft/windows-rs/pull/3053windows-registry
value iterator by @kennykerr in https://github.com/microsoft/windows-rs/pull/3052windows-2022
hosted runners by @kennykerr in https://github.com/microsoft/windows-rs/pull/3056cppwinrt
crate and sample by @kennykerr in https://github.com/microsoft/windows-rs/pull/3054IInspectable
implementation by @kennykerr in https://github.com/microsoft/windows-rs/pull/3057unused_qualifications
entirely by @kennykerr in https://github.com/microsoft/windows-rs/pull/3078IUnknown
identity checks by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3073noexcept
support by @kennykerr in https://github.com/microsoft/windows-rs/pull/3070New Contributors
Full Changelog: microsoft/windows-rs@0.56.0...0.57.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.