Uh oh!
There was an error while loading. Please reload this page.
update cargo - #54334
Conversation
rust-highfive
commented
Sep 18, 2018
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Sep 18, 2018
|
alexcrichton
commented
Sep 18, 2018
@bors: r+ |
bors
commented
Sep 18, 2018
📌 Commit 30fd98b9a8ecf4e0534736ca1e87629c54b405e0 has been approved by |
rust-highfive
commented
Sep 18, 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 |
Hm, that seems bad... I don't know what this means. Anyone have advice? |
Mark-Simulacrum
commented
Sep 18, 2018
You'll want a cargo update -p cargo I think |
steveklabnik
commented
Sep 19, 2018
That... makes a ton of sense. Let's try it. |
alexcrichton
commented
Sep 19, 2018
@bors: r+ |
bors
commented
Sep 19, 2018
📌 Commit 9b8a9f4cf737a6029f46012ee8fb04c7f20940dd has been approved by |
This pulls in rust-lang/cargo#6054, and is a beta backport of rust-lang#54334
steveklabnik
commented
Sep 19, 2018
Beta backport here: #54342 |
Update Cargo This pulls in rust-lang/cargo#6054, and is a beta backport of #54334
9b8a9f4 to
7203b9aComparealexcrichton
commented
Sep 20, 2018
@bors: r+ p=1 This has a number of edition fixes for nightly now at this point |
alexcrichton
commented
Sep 20, 2018
@bors: r+ p=1 |
alexcrichton
commented
Sep 20, 2018
@bors: r+ omg bors |
bors
commented
Sep 20, 2018
📌 Commit 7203b9a has been approved by |
alexcrichton
commented
Sep 20, 2018
@bors: p=2 |
7203b9a to
0a822c0Comparealexcrichton
commented
Sep 21, 2018
@bors: r+ |
bors
commented
Sep 21, 2018
📌 Commit 0a822c05d2dfd583438fa78477298db446df096c has been approved by |
bors
commented
Sep 21, 2018
⌛ Testing commit 0a822c05d2dfd583438fa78477298db446df096c with merge a7ebc6711653616c920dbd8176b8eebba8737f60... |
bors
commented
Sep 21, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Sep 21, 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 |
0a822c0 to
5d78e00Comparealexcrichton
commented
Sep 21, 2018
@bors: r+ |
bors
commented
Sep 21, 2018
📌 Commit 5d78e005e36f260232e34baf0bc1120405be72d2 has been approved by |
This commit brings in a few Cargo updates * Updates Cargo with experimental HTTP/2 support - a post on the forums will be made about testing this when available. * Bumps Cargo's own version number
5d78e00 to
8ccf112Comparealexcrichton
commented
Sep 21, 2018
@bors: r+ |
bors
commented
Sep 21, 2018
📌 Commit 8ccf112 has been approved by |
bors
commented
Sep 22, 2018
update cargo This pulls in rust-lang/cargo#6052, which is needed for the edition preview, and will be backported to beta as well.
bors
commented
Sep 22, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Sep 22, 2018
Tested on commit rust-lang/rust@c97b60f. Direct link to PR: <rust-lang/rust#54334> 💔 rls on windows: test-pass → build-fail (cc @nrc, @rust-lang/infra). 💔 rls on linux: test-pass → build-fail (cc @nrc, @rust-lang/infra).
Fixes the fallout of rust-lang/rust#54334
alexcrichton
commented
Sep 22, 2018
RLS breakage should be fixed in rust-lang/rls#1063 |
This pulls in rust-lang/cargo#6052, which is needed for the edition preview, and will be backported to beta as well.