rust-analyzer: Update to version 2023-04-03

This commit is contained in:
github-actions[bot] 2023-04-03 08:27:17 +00:00
parent 9531649fad
commit 9b557cdebd

View File

@ -1,12 +1,12 @@
{ {
"version": "2023-03-27", "version": "2023-04-03",
"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-03-27/rust-analyzer-x86_64-pc-windows-msvc.gz", "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-04-03/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "2c6280402ac2b85502ef344481020b9560a0645794d996268cad19cf8935fa5b" "hash": "58c989178f2a939466f2b75fdf4d56bdc11f86b5fd884a80ab281bfd7f614fca"
} }
}, },
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",