-
Notifications
You must be signed in to change notification settings - Fork 262
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
base: master
Are you sure you want to change the base?
build(core): allow windows-targets
0.53.0
#694
Conversation
6b3e731
to
43e7db9
Compare
This PR is effectively ready for review, minus dependencies. A local |
Looks like CI is indeed happy? Is this still a draft? poking @ChrisDenton |
43e7db9
to
ce6b657
Compare
|
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
ce6b657
to
3ae9df5
Compare
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. 😅 |
Hard dependency on nagisa/rust_libloading#169.