Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Bump cargo version #1767

Merged
merged 1 commit into from
Mar 7, 2022
Merged

Bump cargo version #1767

merged 1 commit into from
Mar 7, 2022

Conversation

weihanglo
Copy link
Member

In rust-lang/cargo@7248f4b,
cargo::core::resolver::resolve::Resolve::extern_crate_name was renamed
to extern_crate_name_and_dep_name and started to return both extern
crate and dep name. RLS only needs extern crate name at this moment.

Not sure if there is any crate using rls as a libbrary directly.
I assume no, so I change the type of the pub field Dep.crate_name.
If this is not appropriate, I can alternatively keep it as String.

In rust-lang/cargo@7248f4b,
`cargo::core::resolver::resolve::Resolve::extern_crate_name` was renamed
to `extern_crate_name_and_dep_name` and started to return both extern
crate and dep name. RLS only needs extern crate name at this moment.
@weihanglo weihanglo changed the title Bump cargo and rustfmt Bump cargo version Feb 24, 2022
@weihanglo
Copy link
Member Author

@ehuss
May you help review this? Thanks!

@Xanewok
Copy link
Member

Xanewok commented Mar 7, 2022

Sorry for the lag, looks good. Thanks for the ping and the PR!

@Xanewok Xanewok merged commit f3c253e into rust-lang:master Mar 7, 2022
@weihanglo weihanglo deleted the cargo-d6cdde584 branch March 7, 2022 14:35
Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Apr 9, 2022
…lbini

Update RLS

This PR updates RLS to include the following PRs:

* rust-lang/rls#1766
* rust-lang/rls#1767
* rust-lang/rls#1771
* rust-lang/rls#1772

It also updates racer to fix RLS compilation with the parallel compiler enabled.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants