Skip to content

build(core): allow windows-targets 0.53.0 #694

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ErichDonGubler
Copy link
Contributor

@ErichDonGubler ErichDonGubler commented Jan 21, 2025

Hard dependency on nagisa/rust_libloading#169.

@ErichDonGubler
Copy link
Contributor Author

This PR is effectively ready for review, minus dependencies. A local cargo test --workspace --all-features WFM, so here's hoping CI is happy! 🤞🏻

@workingjubilee
Copy link
Member

Looks like CI is indeed happy? Is this still a draft?

poking @ChrisDenton

@ErichDonGubler ErichDonGubler force-pushed the windows-targets-0.53 branch from 43e7db9 to ce6b657 Compare May 24, 2025 13:19
@ErichDonGubler
Copy link
Contributor Author

libloading 0.8.7 has been released, so this PR is now shippable.

@ErichDonGubler ErichDonGubler marked this pull request as ready for review May 24, 2025 13:19
@@ -39,7 +39,7 @@ cpp_demangle = { default-features = false, version = "0.4.0", optional = true, f
] }

[target.'cfg(any(windows, target_os = "cygwin"))'.dependencies]
windows-targets = "0.52.6"
windows-targets = ">=0.52.6,<0.54.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Driveby note; this is a pretty unusual version spec, it should come with a comment explaining what's going on

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a comment in the latest rebased commit.

TBH, I'm not sure what commentary to add besides "this is what the version spec. does". Did you have more in mind?

@ErichDonGubler ErichDonGubler force-pushed the windows-targets-0.53 branch from ce6b657 to 3ae9df5 Compare July 8, 2025 14:16
@ErichDonGubler
Copy link
Contributor Author

The Test (windows-latest, stable-i686-msvc) job is failing, but I'm not sure why, or how exactly to debug this. I don't have any 32-bit machines. 😅

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.

3 participants