From 70a15ecae2d81a7286823fbeda27e53ad99387fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:08:49 +0000 Subject: [PATCH] rust-analyzer: Update to version 2024-04-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 2212c14539..70cb33de11 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2024-03-25", + "version": "2024-04-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/2024-03-25/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "2b3e1c340d0952a22757cc5c60c164a3861c9e5159e08e2c8f9981da13586c67" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-04-01/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "c579ade07b9172ac6da6648ba665db8d67ddc267f81f723a66f0379c77364d9b" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",