From 810b71dfb53e5ca7101689afdc9d4d001745848e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:30:48 +0000 Subject: [PATCH] rust-analyzer: Update to version 2025-06-09 --- 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 7fd36dcedd..4e7d530a9c 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2025-06-02", + "version": "2025-06-09", "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-06-02/rust-analyzer-x86_64-pc-windows-msvc.zip", - "hash": "cd52e7c770b9fbec7bdc2ef7ac6eb63144a933b9adc8f660a713b978c0033b89" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2025-06-09/rust-analyzer-x86_64-pc-windows-msvc.zip", + "hash": "3eeecbdc013db5285d43a686a8c2065477fe1011f3fc3a908577b4bcaf3bf8c3" } }, "bin": "rust-analyzer.exe",