Skip to content

Commit

Permalink
Bump windows-core to 0.56
Browse files Browse the repository at this point in the history
The changes generated by `windows-bindgen 0.56` are not compatible with
the previous `0.53-0.54` releases of `windows-core`.
  • Loading branch information
MarijnS95 committed Apr 12, 2024
1 parent a7a0907 commit 1c9e88c
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 1,057 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android_system_properties = "0.1.5"
core-foundation-sys = "0.8.3"

[target.'cfg(target_os = "windows")'.dependencies]
windows-core = { version = ">=0.53, <=0.54" }
windows-core = { version = "0.56" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.50"
Expand Down
2 changes: 1 addition & 1 deletion api_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
windows-bindgen = "0.54"
windows-bindgen = "0.56"

# Dissociate this crate from the root workspace to allow older Rust to build the main crate within
# the workspace, without observing `edition = "2021"` inside `windows-bindgen`.
Expand Down
1 change: 0 additions & 1 deletion bindings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
--filter
Windows.Globalization.Calendar

# Dependencies of the above
Windows.Foundation.Collections.IIterable
Windows.Foundation.Collections.IIterator
Windows.Foundation.Collections.IVectorView
Expand Down
Loading

0 comments on commit 1c9e88c

Please sign in to comment.