-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Update Cargo #54342
Update Cargo #54342
Conversation
This pulls in rust-lang/cargo#6054, and is a beta backport of rust-lang#54334
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ p=1 because edition priority |
📌 Commit 889ab28 has been approved by |
Actually, I think this might run into the same problem as the other pull request in that it doesn't update cargo.lock? Travis seems to be going though so maybe beta didn't need it. |
This removes about 4 days of updates that were in 1.30. Not sure how important that is. The rust beta branch was pointing at a5d82949485802abb45f888d5b8b7f23927f031d of cargo's master (from Sep 13). The cargo-1.30.0 was branched off from b917e35248fe57d11765c5a835de33e335babb7e from Sep 9th. I don't know why the 1.30.0 branch was so far back. Here's the diff: rust-lang/cargo@b917e35...a5d8294 |
⌛ Testing commit 889ab28 with merge c5a2e4239ca0d4b9bef5dcfdb62249f1a8662ed6... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
I ran
I'm not sure either; this was the path Alex told me to take. I think it's because it has to be before the version bump PR landed. None of that diff looks mega-important to me, so I think it's fine. |
Seems spurious. @bors: retry |
Update Cargo This pulls in rust-lang/cargo#6054, and is a beta backport of #54334
☀️ Test successful - status-appveyor, status-travis |
The version bump was done on the 18th (after the beta branch). This has happened in the past, and @alexcrichton just fixed the branch. Personally I'd be a little disappointed if the new progress bar took another 6 weeks to be stabilized, but it's not critical. |
Er sorry, it appears I botched the original base of the |
[beta]: Fixup the 1.30.0 branch Reconciles data found in this comment rust-lang/rust#54342 (comment) by merging the cargo submodule's commit of the original beta for 1.30.0 into the current 1.30.0 branch. Includes stabilization of `-Z compile-progress` as well as a number of other nice fixes! r? @ehuss
This pulls in rust-lang/cargo#6054, and
is a beta backport of #54334