Uh oh!
There was an error while loading. Please reload this page.
Update Cargo - #54342
Conversation
This pulls in rust-lang/cargo#6054, and is a beta backport of rust-lang#54334
rust-highfive
commented
Sep 19, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Sep 19, 2018
|
Mark-Simulacrum
commented
Sep 19, 2018
@bors r+ p=1 because edition priority |
bors
commented
Sep 19, 2018
📌 Commit 889ab28 has been approved by |
Mark-Simulacrum
commented
Sep 19, 2018
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. |
ehuss
commented
Sep 19, 2018
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 |
bors
commented
Sep 19, 2018
⌛ Testing commit 889ab28 with merge c5a2e4239ca0d4b9bef5dcfdb62249f1a8662ed6... |
bors
commented
Sep 19, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Sep 19, 2018
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 |
steveklabnik
commented
Sep 19, 2018
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. |
steveklabnik
commented
Sep 19, 2018
Seems spurious. @bors: retry |
bors
commented
Sep 19, 2018
Update Cargo This pulls in rust-lang/cargo#6054, and is a beta backport of #54334
bors
commented
Sep 19, 2018
☀️ Test successful - status-appveyor, status-travis |
ehuss
commented
Sep 19, 2018
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. |
alexcrichton
commented
Sep 19, 2018
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