mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +00:00
rust: Update rust-analyzer repo address (#6986)
I am so sorry that I closed the https://github.com/zed-industries/zed/pull/6980 misoperationally. Here is a new pr.
This commit is contained in:
parent
a827d0dac6
commit
d2968866b2
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ impl LspAdapter for RustLspAdapter {
|
||||||
delegate: &dyn LspAdapterDelegate,
|
delegate: &dyn LspAdapterDelegate,
|
||||||
) -> Result<Box<dyn 'static + Send + Any>> {
|
) -> Result<Box<dyn 'static + Send + Any>> {
|
||||||
let release =
|
let release =
|
||||||
latest_github_release("rust-analyzer/rust-analyzer", false, delegate.http_client())
|
latest_github_release("rust-lang/rust-analyzer", false, delegate.http_client()).await?;
|
||||||
.await?;
|
|
||||||
let asset_name = format!("rust-analyzer-{}-apple-darwin.gz", consts::ARCH);
|
let asset_name = format!("rust-analyzer-{}-apple-darwin.gz", consts::ARCH);
|
||||||
let asset = release
|
let asset = release
|
||||||
.assets
|
.assets
|
||||||
|
|
Loading…
Reference in a new issue