rust-analyzer: Update to version 2024-07-22

This commit is contained in:
github-actions[bot] 2024-07-22 08:30:47 +00:00
parent 3285ad65bd
commit fb028d37da

View File

@ -1,12 +1,12 @@
{ {
"version": "2024-07-15", "version": "2024-07-22",
"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/2024-07-15/rust-analyzer-x86_64-pc-windows-msvc.gz", "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-07-22/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "e28c6e419af31f7dbde6b88eef3b9b775187e610df0527a46bef16f6b7d17851" "hash": "79c1e00e80c77f071a70e4bda9c7e004368a32cf481ffb07a86ec0ad854a6af1"
} }
}, },
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",