rust-analyzer: Update to version 2022-01-31

This commit is contained in:
github-actions[bot] 2022-01-31 08:28:05 +00:00
parent b8854ae373
commit 41d57dd79e

View File

@ -1,12 +1,12 @@
{ {
"version": "2022-01-24", "version": "2022-01-31",
"description": "An experimental Rust compiler front-end for IDEs", "description": "An experimental 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-analyzer/rust-analyzer/releases/download/2022-01-24/rust-analyzer-x86_64-pc-windows-msvc.gz", "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-01-31/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "a0fd5d5fb6ddf4923579534fee1e4456fe3654afcf89159a8267ec93438f880f" "hash": "1284dbf5a0529342ecd5d7ef6c4b4ed1913895040d694b932d7b1f7d53e2d90a"
} }
}, },
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",