Skip to content

Commit 224be79

Browse files
authored
Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu
Windows: Update generated bindings Update to windows-bindgen 0.59. This update is aimed at reducing churn in the future, but means a bit more churn now: - `bindings.txt` no longer needs us to write the namespace for each item. This is good because it means in the future we won't need to change them if the namespace changes. However, there are a few where we still need to disambiguate due to duplicate items (this is a bug in the upstream metadata). - The output in `windows-sys.rs` is now sorted. It was mostly sorted before but not intentionally. This should mean future changes are less noisy. The actual code changes are minimal here. A few types are now `bool` instead of `BOOLEAN`, which is more convenient.
2 parents 1524b53 + 26eeac1 commit 224be79

File tree

6 files changed

+2774
-2750
lines changed

6 files changed

+2774
-2750
lines changed

Cargo.lock

+2-13
Original file line numberDiff line numberDiff line change
@@ -6195,16 +6195,11 @@ dependencies = [
61956195

61966196
[[package]]
61976197
name = "windows-bindgen"
6198-
version = "0.58.0"
6198+
version = "0.59.0"
61996199
source = "registry+https://github.com/rust-lang/crates.io-index"
6200-
checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
6200+
checksum = "9b7fb600834d7e868f6e5bb748a86101427330fafbf9485c331b9d5f562d54a5"
62016201
dependencies = [
6202-
"proc-macro2",
62036202
"rayon",
6204-
"serde",
6205-
"serde_json",
6206-
"syn 2.0.96",
6207-
"windows-metadata",
62086203
]
62096204

62106205
[[package]]
@@ -6285,12 +6280,6 @@ dependencies = [
62856280
"syn 2.0.96",
62866281
]
62876282

6288-
[[package]]
6289-
name = "windows-metadata"
6290-
version = "0.58.0"
6291-
source = "registry+https://github.com/rust-lang/crates.io-index"
6292-
checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"
6293-
62946283
[[package]]
62956284
name = "windows-result"
62966285
version = "0.1.2"

0 commit comments

Comments
 (0)