rust-analyzer: Update to version 2021-12-27

This commit is contained in:
github-actions[bot] 2021-12-27 16:29:58 +00:00
parent aa4eb9db9e
commit 308b0c03a4

View File

@ -1,12 +1,12 @@
{
"version": "2021-12-20",
"version": "2021-12-27",
"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/2021-12-20/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "a4addbfc5a3f10dba86c89c14cd5e2ed05d4669ec2ea36f3c6660c837adb41e0"
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-12-27/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "1533be42fb2e612d18dde89f790f1b33ab9ed37422c9ab6b596ff460b10134ae"
}
},
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",