rust-analyzer: Update to version 2024-02-26

This commit is contained in:
github-actions[bot] 2024-02-26 08:26:31 +00:00
parent 6e36d5ba39
commit 8e5c730a20

View File

@ -1,12 +1,12 @@
{
"version": "2024-02-19",
"version": "2024-02-26",
"description": "A Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-02-19/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "f39276bfe0ff5d6960085229c45c8b659ee016f2465965fe45633ad0adc5e846"
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-02-26/rust-analyzer-x86_64-pc-windows-msvc.gz",
"hash": "5eb41e24e0d9250155b7e8728cdfa4c2174f4b191da6c2ec7d9dc35427f6f3c3"
}
},
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",