From bd3e9c4357473b941441f3ba9ed8506a32ccf9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 12:31:16 +0000 Subject: [PATCH] rust-analyzer: Update to version 2022-05-02 --- 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 a4a2a47805..075f999c09 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-04-25", + "version": "2022-05-02", "description": "An experimental Rust compiler front-end for IDEs", "homepage": "https://rust-analyzer.github.io/", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-04-25/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "a8de67541af3936530bdda84a64b5079d2048dfe2d04a084a78f733ff02bf140" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-05-02/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "94f2d554724d94ab7e7eda3711cef88e703967d87663ba07b5247131433c7ebd" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",