mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-04 16:17:25 +00:00
Merge pull request #292 from almontasser/patch-1
Add rust_analyzer RuntimeDependency for Linux Arm64
This commit is contained in:
@@ -68,6 +68,14 @@ class RustAnalyzer(SolidLanguageServer):
|
||||
archive_type="gz",
|
||||
binary_name="rust_analyzer",
|
||||
),
|
||||
RuntimeDependency(
|
||||
id="RustAnalyzer",
|
||||
description="RustAnalyzer for Linux (arm64)",
|
||||
url="https://github.com/rust-lang/rust-analyzer/releases/download/2023-10-09/rust-analyzer-aarch64-unknown-linux-gnu.gz",
|
||||
platform_id="linux-arm64",
|
||||
archive_type="gz",
|
||||
binary_name="rust_analyzer",
|
||||
),
|
||||
RuntimeDependency(
|
||||
id="RustAnalyzer",
|
||||
description="RustAnalyzer for Windows (x64)",
|
||||
|
||||
Reference in New Issue
Block a user