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

This commit is contained in:
github-actions[bot] 2022-05-02 12:31:16 +00:00
parent 6fd6c94e56
commit bd3e9c4357

View File

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