From f48cd22ec85e4f024f0e2b60ff090638d653e0bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:26:39 +0000 Subject: [PATCH] rust-analyzer: Update to version 2024-03-11 --- 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 2134a8ef33..b372d7bd71 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2024-03-04", + "version": "2024-03-11", "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-03-04/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "95175d6889e0792bc2bc8745c35b1d0538260eec5663b937ceb7f82f9d2d52fe" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-03-11/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "e223261b6bdfc9e0285f222ba4b46779a3da38219e7e1be8175c1963fcad1a1f" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",