fix(deps): update rust crate windows to 0.51.1 - autoclosed #812
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.48.0
->0.51.1
Release Notes
microsoft/windows-rs (windows)
v0.51.1
Compare Source
This is mainly for publishing an update of the
windows-bindgen
crate but also fixes a few minor readme and version issues to avoid confusion.windows
andwindows-core
crates are updated to 0.51.1 to update the readme but are otherwise unchanged.windows-targets
crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.Those are all semver-compatible updates.
windows-bindgen
crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with thewindows
andwindows-core
crates.windows-metadata
crate is updated to 0.51.1 and includes many refinements but is largely for internal use.Those are major breaking changes.
The
windows-sys
crate will not be updated at this time.What's Changed
riddle
available as a library by @kennykerr in https://github.com/microsoft/windows-rs/pull/2609windows-bindgen
forstd
usage by @kennykerr in https://github.com/microsoft/windows-rs/pull/2610Full Changelog: microsoft/windows-rs@0.51.0...0.51.1
v0.51.0
Compare Source
As requested by #2603, this update includes the first published update to the windows crate in 5 months. As a reminder, updates are only published by request.
windows
crate now depends on the windows-core crate.windows
,windows-core
,windows-implement
, andwindows-interface
crates have been bumped to version 0.51.0 as there have been breaking changes.windows-targets
crate has been bumped to version 0.48.2 as it remains compatible with previous versions.What's Changed
None
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2535cdylib
dependency by @kennykerr in https://github.com/microsoft/windows-rs/pull/2545windows-targets
0.48.1 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2558AsImpl::as_impl
should be unsafe by @kennykerr in https://github.com/microsoft/windows-rs/pull/2565Full Changelog: microsoft/windows-rs@0.50.0...0.51.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.