From c15ccee0ae6d8c15d03e84585410d5671d87c610 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:34:06 +0000 Subject: [PATCH] rust-analyzer: Update to version 2023-06-05 --- 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 4f846c9610..d7513f5fda 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2023-05-29", + "version": "2023-06-05", "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/2023-05-29/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "6c1d52b14d628fbf74cb7d62183dbc837d4611c73aedbbd264a011d254ff56eb" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-06-05/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "8cc760869e66fc8187fd628d136fd3641347d18bb0729178ae7cd452e3c3f781" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",