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

This commit is contained in:
github-actions[bot] 2022-07-25 08:31:02 +00:00
parent 02fe655eb3
commit 95857e635f

View File

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