Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18aa974

Browse files
authoredJun 15, 2024
Unrolled build for rust-lang#126229
Rollup merge of rust-lang#126229 - ChrisDenton:bindgen, r=Mark-Simulacrum Bump windows-bindgen to 0.57 This PR updates our generated Windows API bindings using the latest version of `windows-bindgen`. The only change to the generated code is that `derive` is used for `Copy` and `Clone` instead of `impl`.
2 parents 92af831 + 8bd8f59 commit 18aa974

File tree

3 files changed

+71
-422
lines changed

3 files changed

+71
-422
lines changed
 

‎Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6385,9 +6385,9 @@ dependencies = [
63856385

63866386
[[package]]
63876387
name = "windows-bindgen"
6388-
version = "0.56.0"
6388+
version = "0.57.0"
63896389
source = "registry+https://github.com/rust-lang/crates.io-index"
6390-
checksum = "a28e3ea6330cf17fdcdce8bf08d0549ce93769dca9bedc6c39c36c8c0e17db46"
6390+
checksum = "1ccb96113d6277ba543c0f77e1c5494af8094bf9daf9b85acdc3f1b620e7c7b4"
63916391
dependencies = [
63926392
"proc-macro2",
63936393
"rayon",
@@ -6408,9 +6408,9 @@ dependencies = [
64086408

64096409
[[package]]
64106410
name = "windows-metadata"
6411-
version = "0.56.0"
6411+
version = "0.57.0"
64126412
source = "registry+https://github.com/rust-lang/crates.io-index"
6413-
checksum = "3993f7827fff10c454e3a24847075598c7c08108304b8b07943c2c73d78f3b34"
6413+
checksum = "8308d076825b9d9e5abc64f8113e96d02b2aeeba869b20fdd65c7e70cda13dfc"
64146414

64156415
[[package]]
64166416
name = "windows-sys"
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.