From d2968866b29403ccfeaf6015e644b58bdd59cbe4 Mon Sep 17 00:00:00 2001 From: bestgopher <84328409@qq.com> Date: Mon, 29 Jan 2024 22:55:31 +0800 Subject: [PATCH] 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. --- crates/zed/src/languages/rust.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/zed/src/languages/rust.rs b/crates/zed/src/languages/rust.rs index 0082c5cdc0..c8ca6fc1f7 100644 --- a/crates/zed/src/languages/rust.rs +++ b/crates/zed/src/languages/rust.rs @@ -32,8 +32,7 @@ impl LspAdapter for RustLspAdapter { delegate: &dyn LspAdapterDelegate, ) -> Result> { let release = - latest_github_release("rust-analyzer/rust-analyzer", false, delegate.http_client()) - .await?; + latest_github_release("rust-lang/rust-analyzer", false, delegate.http_client()).await?; let asset_name = format!("rust-analyzer-{}-apple-darwin.gz", consts::ARCH); let asset = release .assets