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

This commit is contained in:
github-actions[bot] 2024-03-25 09:08:02 +00:00
parent b4bd90d643
commit 54b74290c6

View File

@ -1,12 +1,12 @@
{
"version": "2024-03-18",
"version": "2024-03-25",
"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-18/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "b03828417775319ff76ea45cf6612b0053b9aba8e6b4aa5df4895b975ea5ad8c"
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-03-25/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "2b3e1c340d0952a22757cc5c60c164a3861c9e5159e08e2c8f9981da13586c67"
}
},
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",