Skip to content

Conversation

@alexcrichton
Copy link
Member

Ends up meaning that in full crate compiles that url doesn't wait for
serde to finish, which in turn enables crates like git2 to start
sooner!

Ends up meaning that in full crate compiles that `url` doesn't wait for
`serde` to finish, which in turn enables crates like `git2` to start
sooner!
@rust-highfive
Copy link

r? @nrc

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 17, 2019
@ehuss
Copy link
Contributor

ehuss commented Sep 17, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Sep 17, 2019

📌 Commit 2f79b20 has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 17, 2019
@bors
Copy link
Contributor

bors commented Sep 17, 2019

⌛ Testing commit 2f79b20 with merge cdf7f63...

bors added a commit that referenced this pull request Sep 17, 2019
Don't require the `serde` feature of `url`

Ends up meaning that in full crate compiles that `url` doesn't wait for
`serde` to finish, which in turn enables crates like `git2` to start
sooner!
@bors
Copy link
Contributor

bors commented Sep 17, 2019

☀️ Test successful - checks-azure
Approved by: ehuss
Pushing cdf7f63 to master...

@bors bors merged commit 2f79b20 into rust-lang:master Sep 17, 2019
bors added a commit that referenced this pull request Sep 19, 2019
Fix some duplicate artifact problems.

The recent cargo update failed because of duplicate artifacts with rls.

`tar` should mirror what the main manifest contains.

Partially revert #7374 by adding `serde` back to `url`.  Unfortunately the `lsp-types` crate (used by rls) needs this feature.  Unless anyone has a good idea on how to handle that, I don't think it can be removed.

Unblocks cargo update, which I'd like to get done before the beta branch.
@alexcrichton alexcrichton deleted the less-url-serde branch September 26, 2019 15:00
@ehuss ehuss added this to the 1.39.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants