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

This commit is contained in:
github-actions[bot] 2024-03-18 08:26:29 +00:00
parent 1ec8c29637
commit f1c071a246

View File

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