Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump windows-core to 0.55 #132

Closed
wants to merge 2 commits into from

Conversation

MarijnS95
Copy link
Contributor

@MarijnS95 MarijnS95 commented Mar 26, 2024

Note that windows 0.55 was not released, and any implementation in the wild depending on windows will get windows-core 0.54 in their dependency tree for obvious compatibility reasons, and would get a duplicate if iana-time-zone decides to switch to owindows-core 0.55 prematurely. This PR depends on #131 and can be updated and merged whenever there is a compelling reason to bump further.

This requires a strange change to remove a "comment" from bindings.txt:

     Running `api_gen/target/debug/api_gen`
Error: Error { message: "unused filters\n  Dependencies\n  above\n  the\n  of\n  #", path: "", span: None }

This includes the necessary binding changes for compatibility, provided
by `windows-bindgen 0.53-0.54`.  Generated code by `windows-bindgen`
now also expects `TryInto` to be in scope via Rust's `prelude`, which is
only the case in Rust edition `2021`.
Note that `windows 0.55` was not released, and any implementation in
the wild depending on `windows` will get `windows-core 0.54` in their
dependency tree for obvious compatibility reasons, and would get a
duplicate if `iana-time-zone` decides to switch to o`windows-core 0.55`
prematurely. This PR depends on strawlab#131 and can be updated and merged
whenever there is a compelling reason to bump further.

This requires a strange change to remove a "comment" from `bindings.txt`:

         Running `api_gen/target/debug/api_gen`
    Error: Error { message: "unused filters\n  Dependencies\n  above\n  the\n  of\n  #", path: "", span: None }
@MarijnS95 MarijnS95 closed this Apr 12, 2024
@MarijnS95 MarijnS95 deleted the windows-core-0.55 branch April 12, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant