-
Notifications
You must be signed in to change notification settings - Fork 4
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
build: use windows-{core,bindgen}
0.59, windows-targets
0.53
#65
base: main
Are you sure you want to change the base?
Conversation
windows-core
0.59, windows-targets
0.53windows-core
0.59, windows-targets
0.53
windows-core
0.59, windows-targets
0.53windows-{core,bindgen}
0.59, windows-targets
0.53
1852406
to
69a984f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
=======================================
Coverage 86.28% 86.28%
=======================================
Files 5 5
Lines 554 554
Branches 554 554
=======================================
Hits 478 478
Misses 48 48
Partials 28 28 ☔ View full report in Codecov by Sentry. |
d2f010a
to
5da7513
Compare
Not sure what the Linux-only nightly debug failure is, but it's something to do with LSAN. 😬 I don't think I have the bandwidth to figure it out right this moment, though. |
This PR only upgrades It seems that |
Will be fixed with #69. |
@larseggert can you explain why bindgen is used? |
@@ -48,3 +48,6 @@ gecko = ["dep:mozbuild"] | |||
cargo = { level = "warn", priority = -1 } | |||
nursery = { level = "warn", priority = -1 } | |||
pedantic = { level = "warn", priority = -1 } | |||
|
|||
[patch.crates-io] | |||
libloading = { git = "https://github.com/erichdongubler-contrib/rust_libloading", branch = "windows-0.59" } |
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.
For the record: nagisa/rust_libloading#169
In earlier versions, we tried to avoid pulling in the other larger We abandoned that at some point, and converted to calling If we can avoid |
@ErichDonGubler I don't seem to have the ability to rebase your PR; did you maybe not give owners the relevant permission? |
5da7513
to
8b708e3
Compare
@larseggert: Huh, that's strange, I'm not sure why you can't rebase. I don't see the I've rebased using the GH UI. |
@ErichDonGubler Thanks for rebasing. Would you want to switch us from the |
@larseggert: Sure! |
windows-core
0.59,windows-targets
0.53 nagisa/rust_libloading#169.