From 20c043aa00a961eca7f9a7f166985a01cdff8ea4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 08:30:14 +0000 Subject: [PATCH] rust-analyzer: Update to version 2025-05-12 --- 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 62331f7c7d..e56bfdf715 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2025-05-05", + "version": "2025-05-12", "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/2025-05-05/rust-analyzer-x86_64-pc-windows-msvc.zip", - "hash": "a16f748fce4cffecdbb88bf282b9c4efe755f54e415ce6c30b1d5cb34d0f8834" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2025-05-12/rust-analyzer-x86_64-pc-windows-msvc.zip", + "hash": "afda79108676c6263fa51cf97f83fec10806eedc16ea30188ab41b0bc56b27f5" } }, "bin": "rust-analyzer.exe",