From 1957f47eb2ad8c73e7fa456a2d011d8869b6dfd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 08:30:13 +0000 Subject: [PATCH] rust-analyzer: Update to version 2025-04-14 --- 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 eeb753ccb4..4712a1bc37 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2024-10-28", + "version": "2025-04-14", "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-03-24/rust-analyzer-x86_64-pc-windows-msvc.zip", - "hash": "f62c9ba4e80c020adf26783805223982a49f5e52986aa7c794e8c1cf75d5edc9" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2025-04-14/rust-analyzer-x86_64-pc-windows-msvc.zip", + "hash": "14681dc3e91b613041dc9cabbe0cb443884ce9d42bafa9aa72f69d4d9bb3baef" } }, "bin": "rust-analyzer.exe",