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.
This commit is contained in:
Chris Denton 2024-03-16 18:27:33 +00:00 committed by GitHub
commit ceef59fa2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 219 additions and 218 deletions

View file

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies.windows-bindgen]
version = "0.52.0"
version = "0.55.0"