rust-analyzer: Update to version 2024-03-11

This commit is contained in:
github-actions[bot] 2024-03-11 08:26:39 +00:00
parent 8dd54b00ce
commit f48cd22ec8

View File

@ -1,12 +1,12 @@
{ {
"version": "2024-03-04", "version": "2024-03-11",
"description": "A Rust compiler front-end for IDEs", "description": "A Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/", "homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT", "license": "Apache-2.0|MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-03-04/rust-analyzer-x86_64-pc-windows-msvc.gz", "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-03-11/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "95175d6889e0792bc2bc8745c35b1d0538260eec5663b937ceb7f82f9d2d52fe" "hash": "e223261b6bdfc9e0285f222ba4b46779a3da38219e7e1be8175c1963fcad1a1f"
} }
}, },
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",