summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorChris Denton <christophersdenton@gmail.com>2024-03-16 18:27:33 +0000
committerGitHub <noreply@github.com>2024-03-16 18:27:33 +0000
commitceef59fa2b7ca7b9a8037ae311782526ffcd1f28 (patch)
treeb1d3d387289041c926b7341c72d695cd5ec13aa9 /src/tools
parent491acfa08d7139823bd6bd058cf3eb32d67c18b9 (diff)
parent6cb2f03c034bacd7fbc916381b0e9a5e5928fdc1 (diff)
downloadrust-ceef59fa2b7ca7b9a8037ae311782526ffcd1f28.tar.gz
rust-ceef59fa2b7ca7b9a8037ae311782526ffcd1f28.zip
Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-Simulacrum
Bump windows-bindgen to 0.55.0

windows-bindgen is the crate used to generate std's Windows API bindings.

Not many changes for us, it's mostly just simplifying the generate code (e.g. no more `-> ()`). The one substantial change is some structs now use `i8` byte arrays instead of `u8`. However, this only impacts one test.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/generate-windows-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/generate-windows-sys/Cargo.toml b/src/tools/generate-windows-sys/Cargo.toml
index d8a7a06efc6..9ea26defdc4 100644
--- a/src/tools/generate-windows-sys/Cargo.toml
+++ b/src/tools/generate-windows-sys/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies.windows-bindgen]
-version = "0.52.0"
+version = "0.55.0"