-
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 #54334
update cargo #54334
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors: r+ |
📌 Commit 30fd98b9a8ecf4e0534736ca1e87629c54b405e0 has been approved by |
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? |
You'll want a cargo update -p cargo I think |
That... makes a ton of sense. Let's try it. |
@bors: r+ |
📌 Commit 9b8a9f4cf737a6029f46012ee8fb04c7f20940dd has been approved by |
This pulls in rust-lang/cargo#6054, and is a beta backport of rust-lang#54334
Beta backport here: #54342 |
Update Cargo This pulls in rust-lang/cargo#6054, and is a beta backport of #54334
9b8a9f4
to
7203b9a
Compare
@bors: r+ p=1 This has a number of edition fixes for nightly now at this point |
@bors: r+ p=1 |
@bors: r+ omg bors |
📌 Commit 7203b9a has been approved by |
@bors: p=2 |
7203b9a
to
0a822c0
Compare
@bors: r+ |
📌 Commit 0a822c05d2dfd583438fa78477298db446df096c has been approved by |
⌛ Testing commit 0a822c05d2dfd583438fa78477298db446df096c with merge a7ebc6711653616c920dbd8176b8eebba8737f60... |
💔 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 |
0a822c0
to
5d78e00
Compare
@bors: r+ |
📌 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
8ccf112
Compare
@bors: r+ |
📌 Commit 8ccf112 has been approved by |
update cargo This pulls in rust-lang/cargo#6052, which is needed for the edition preview, and will be backported to beta as well.
☀️ Test successful - status-appveyor, status-travis |
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
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.