mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 18:57:53 +00:00
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`.