From fb028d37dae07caa338e231151a719e2f8bb9f06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:30:47 +0000 Subject: [PATCH] rust-analyzer: Update to version 2024-07-22 --- bucket/rust-analyzer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 48a7d3d441..12031b5dae 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2024-07-15", + "version": "2024-07-22", "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-07-15/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "e28c6e419af31f7dbde6b88eef3b9b775187e610df0527a46bef16f6b7d17851" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-07-22/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "79c1e00e80c77f071a70e4bda9c7e004368a32cf481ffb07a86ec0ad854a6af1" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",