From 95857e635f167843e6c27b7b6b26f332f2972f66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 08:31:02 +0000 Subject: [PATCH] rust-analyzer: Update to version 2022-07-25 --- 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 98d69c60a0..e39445ffbd 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-07-18", + "version": "2022-07-25", "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-18/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "82c7e474a768a8d2ae7962e8b28b7960e308febc1bfea9b0af4a90a2a416c3b2" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2022-07-25/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "becdb38d55b98f7c6fa380cd7dc978ba49b0c1809f007aeaf160678cebc0c4d5" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",