-
Notifications
You must be signed in to change notification settings - Fork 93
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
use Cargo.lock file from rust-src if present #166
Conversation
This PR fixes the problem that for some weeks now, compiling the latest libstd with xargo is broken. |
Thanks, @RalfJung. @homunkulus r+ |
📌 Commit 517a614 has been approved by |
💔 Test failed - status-appveyor |
@homunkulus r+ |
📌 Commit b96e9ff has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Yay. :) What is your usual release cycle, i.e. when will this fix be in a release? |
@RalfJung v0.3.9 has been released. |
Wow, awesome, thanks :) |
This ensures we are using the exact versions of the packages that were used to build the libstd of this Rust release.
Cc #162