mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
ceef59fa2b
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.