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

This commit is contained in:
github-actions[bot] 2022-05-16 20:28:55 +00:00
parent 689c35011a
commit 5a51c84356

View File

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