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

This commit is contained in:
github-actions[bot] 2022-05-09 08:30:34 +00:00
parent 69e8eba21e
commit 915a7a75f5

View File

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