From 1370a97c52636b6b3d4c29652a7d07c3ae7414fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 08:30:19 +0000 Subject: [PATCH] rust-analyzer: Update to version 2022-08-01 --- 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 e39445ffbd..42c0114cb9 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-07-25", + "version": "2022-08-01", "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/2022-07-25/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "becdb38d55b98f7c6fa380cd7dc978ba49b0c1809f007aeaf160678cebc0c4d5" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2022-08-01/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "000433c331ffa3e7e32c2e5a97ba54b3d0ec5a23294be07af875fd7a3ee7692a" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",