rust-analyzer: Update to version 2022-02-07

This commit is contained in:
github-actions[bot] 2022-02-07 08:28:14 +00:00
parent 95ab2fd0cd
commit 68753e9fdd

View File

@ -1,12 +1,12 @@
{
"version": "2022-01-31",
"version": "2022-02-07",
"description": "An experimental Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-01-31/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "1284dbf5a0529342ecd5d7ef6c4b4ed1913895040d694b932d7b1f7d53e2d90a"
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-02-07/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "2ed735164b79faccfcac625b5c9f8aeee800006588ba27a404887b45a1463854"
}
},
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",