-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate windows to 0.37.0 - autoclosed #316
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
from
February 13, 2022 16:47
c483631
to
a61ecf6
Compare
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
3 times, most recently
from
February 24, 2022 19:44
0728732
to
bd60d17
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.32.0
fix(deps): update rust crate windows to 0.33.0
Feb 24, 2022
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
2 times, most recently
from
March 1, 2022 15:33
4310f7b
to
2cbf436
Compare
This is currently blocked by microsoft/windows-rs#1523, which depends on either building with the nightly toolchain or waiting for 1.61 stable (and then removing the explicit I have a version of |
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
3 times, most recently
from
March 9, 2022 05:38
98f6a1c
to
e0765ec
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.33.0
fix(deps): update rust crate windows to 0.34.0
Mar 15, 2022
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
2 times, most recently
from
March 17, 2022 05:55
e79ca41
to
4bce0f5
Compare
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
5 times, most recently
from
March 31, 2022 20:44
cda7b56
to
36af132
Compare
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
from
April 3, 2022 15:31
36af132
to
3d46088
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.34.0
fix(deps): update rust crate windows to 0.35.0
Apr 5, 2022
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
3 times, most recently
from
April 6, 2022 13:23
1130248
to
e76e697
Compare
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
2 times, most recently
from
April 13, 2022 14:31
a4d8088
to
bd7394d
Compare
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
3 times, most recently
from
April 26, 2022 15:52
010722f
to
6c1ebdc
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.35.0
fix(deps): update rust crate windows to 0.36.0
Apr 26, 2022
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
from
April 26, 2022 21:17
6c1ebdc
to
d6c45a1
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.36.0
fix(deps): update rust crate windows to 0.36.1
Apr 27, 2022
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
4 times, most recently
from
May 4, 2022 16:30
23c0388
to
c7e839f
Compare
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
7 times, most recently
from
May 19, 2022 14:38
9e45107
to
b58fe92
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.36.1
fix(deps): update rust crate windows to 0.37.0
May 19, 2022
renovate
bot
force-pushed
the
renovate/windows-0.x
branch
from
May 20, 2022 05:50
b58fe92
to
716b539
Compare
renovate
bot
changed the title
fix(deps): update rust crate windows to 0.37.0
fix(deps): update rust crate windows to 0.37.0 - autoclosed
May 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.30.0
->0.37.0
Release Notes
microsoft/windows-rs
v0.37.0
Compare Source
This release includes a host of small improvements and fixes to the
windows
crate. Notably, changes to theimplement
andinterface
macros improve interoperability, correctness, and safety for COM and WinRT implementations.This release does not include an update to the
windows-sys
crate, which remains stable and unchanged.What's Changed
IntoParam
by @AronParker in https://github.com/microsoft/windows-rs/pull/1713compose
offset inimplement
macro by @kennykerr in https://github.com/microsoft/windows-rs/pull/1724IUnknown
Unsafe Annotations by @rylev in https://github.com/microsoft/windows-rs/pull/1734Interface
trait by @rylev in https://github.com/microsoft/windows-rs/pull/1738HSTRING
compatibility testing by @kennykerr in https://github.com/microsoft/windows-rs/pull/1749core::ptr::write
for out params by @rylev in https://github.com/microsoft/windows-rs/pull/1750ToImpl
by @rylev in https://github.com/microsoft/windows-rs/pull/1748HSTRING::clear
into theDrop
impl by @rylev in https://github.com/microsoft/windows-rs/pull/1752cast
method produced byimplement
macro unsafe by @rylev in https://github.com/microsoft/windows-rs/pull/1753New Contributors
Full Changelog: microsoft/windows-rs@0.36.1...0.37.0
v0.36.1
Compare Source
This is a minor service release to work around docs.rs limitations in order to publish
windows-sys
docs.What's Changed
no_std
by @ChrisDenton in https://github.com/microsoft/windows-rs/pull/1722New Contributors
Full Changelog: microsoft/windows-rs@0.36.0...0.36.1
v0.36.0
Compare Source
What's Changed
SetLastError
when allocating string params by @kennykerr in https://github.com/microsoft/windows-rs/pull/1665heap_string
function by @rylev in https://github.com/microsoft/windows-rs/pull/1667IActivationFactory
definition with tailored definition by @kennykerr in https://github.com/microsoft/windows-rs/pull/1678HSTRING
andOsStr
/OsString
by @kaivol in https://github.com/microsoft/windows-rs/pull/1693Matrix3x2::identity()
andMatrix3x2::translation(f32, f32)
const by @TheOddGarlic in https://github.com/microsoft/windows-rs/pull/1695Event<T>
type that can be used to implement a WinRT event by @kennykerr in https://github.com/microsoft/windows-rs/pull/1705New Contributors
Full Changelog: microsoft/windows-rs@0.35.0...0.36.0
v0.35.0
Compare Source
What's Changed
interface
feature could not be used without theimplement
feature by @rylev in https://github.com/microsoft/windows-rs/pull/1612DataProtection
sample by @kennykerr in https://github.com/microsoft/windows-rs/pull/1624DataProtection
sample to illustrate buffer byte access by @kennykerr in https://github.com/microsoft/windows-rs/pull/1626IDispatch
edge case by @kennykerr in https://github.com/microsoft/windows-rs/pull/1642BSTR
allocator asPCSTR
andPCWSTR
parameter allocator by @kennykerr in https://github.com/microsoft/windows-rs/pull/1657Full Changelog: microsoft/windows-rs@0.34.0...0.35.0
v0.34.0
Compare Source
What's Changed
IDispatch
declarations by @kennykerr in https://github.com/microsoft/windows-rs/pull/1568nightly
warning about unusedmust_use
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1580IDispatch
members by @kennykerr in https://github.com/microsoft/windows-rs/pull/1584Debug
impl ofHRESULT
andNTSTATUS
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1590New Contributors
Full Changelog: microsoft/windows-rs@0.33.0...0.34.0
v0.33.0
Compare Source
What's Changed
PCSTR
andPCWSTR
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1550&self
for COM interface traits by @kennykerr in https://github.com/microsoft/windows-rs/pull/1511windows-sys
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1508UnsafeCell
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1517aarch64
import lib and add tests by @riverar in https://github.com/microsoft/windows-rs/pull/1531NTSTATUS::ok
aconst fn
by @roblabla in https://github.com/microsoft/windows-rs/pull/1542metadata
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/1544Weak
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1548null_mut
in samples by @kennykerr in https://github.com/microsoft/windows-rs/pull/1558Full Changelog: microsoft/windows-rs@0.32.0...0.33.0
v0.32.0
Compare Source
What's Changed
PartialEq
andEq
for scoped enums to support constant patterns by @kennykerr in https://github.com/microsoft/windows-rs/pull/1438implement
macro by @kennykerr in https://github.com/microsoft/windows-rs/pull/1450Send
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1458const
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1468const
by @kennykerr in https://github.com/microsoft/windows-rs/pull/1470Debug
traits by @kennykerr in https://github.com/microsoft/windows-rs/pull/1473windows-implement
crate refactor by @kennykerr in https://github.com/microsoft/windows-rs/pull/1489New Contributors
Full Changelog: microsoft/windows-rs@0.30.0...0.32.0
v0.31.0
Compare Source
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.