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

This commit is contained in:
github-actions[bot] 2024-07-08 12:31:20 +00:00
parent b27e9bd93e
commit 1a7498d335

View File

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