From 9b557cdebd0e3fdccf60628e44d430e1a74dfdd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:27:17 +0000 Subject: [PATCH] rust-analyzer: Update to version 2023-04-03 --- 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 800517b6fa..779cc90c29 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2023-03-27", + "version": "2023-04-03", "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-03-27/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "2c6280402ac2b85502ef344481020b9560a0645794d996268cad19cf8935fa5b" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-04-03/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "58c989178f2a939466f2b75fdf4d56bdc11f86b5fd884a80ab281bfd7f614fca" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",