rust-analyzer: Update to version 2023-02-13

This commit is contained in:
github-actions[bot] 2023-02-13 12:33:23 +00:00
parent a1471df617
commit 919b8ce05e

View File

@ -1,12 +1,12 @@
{ {
"version": "2023-02-06", "version": "2023-02-13",
"description": "A Rust compiler front-end for IDEs", "description": "A 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-lang/rust-analyzer/releases/download/2023-02-06/rust-analyzer-x86_64-pc-windows-msvc.gz", "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-02-13/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "1245ba3378ed400be2f1eea6a8698959649d5812e1fdab559b5b10893a61d5ae" "hash": "00ea7ebdc3de8d971ab6de03187270b949a295d70cc7bab3c6cfd2f512a90208"
} }
}, },
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",