-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix some issues in wires.cpp #543
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #543 +/- ##
==========================================
+ Coverage 81.35% 81.38% +0.02%
==========================================
Files 243 243
Lines 30180 30183 +3
==========================================
+ Hits 24554 24563 +9
+ Misses 5626 5620 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Did you just bump On that note, is it something we should automate somehow (or have a manual CI job, just like the string one)? |
deleted cargo.lock and regenerated yea |
There is another tool we can also consider in such case: |
Re: build failures. It looks like it is caused by To do so, we can force the version in webbrowser = { version = "= 0.8.3", optional = true } |
There is an issue at link time with symbol `AssocQueryStringW` for Windows targets. It breaks from version 0.8.4 onwards. PR amodm/webbrowser-rs#63 doesn't seem to fix it.
No description provided.