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

This commit is contained in:
github-actions[bot] 2023-02-06 08:34:26 +00:00
parent 2fd4b6840e
commit 8f9e056a42

View File

@ -1,12 +1,12 @@
{ {
"version": "2023-01-30", "version": "2023-02-06",
"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-01-30/rust-analyzer-x86_64-pc-windows-msvc.gz", "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-02-06/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "16c1dde6b27b0cf7de3c92c81c8581502d3ac49172d7e7cb05a1e17605a6fa8e" "hash": "1245ba3378ed400be2f1eea6a8698959649d5812e1fdab559b5b10893a61d5ae"
} }
}, },
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",