From 8d92892caebaec8a1137cec252901c46307bfafe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:30:15 +0000 Subject: [PATCH] rust-analyzer: Update to version 2024-10-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 04e587a76c..60ebc37a37 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2024-10-07", + "version": "2024-10-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/2024-10-07/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "73075df6571c5aa6a93677ccdecb1579db8adfc078e517c9645573b619b4f143" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-10-14/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "e68a194ede49b59adef3262f45458a5dac6ee2fc2a36fe7587d51ccf8f5cf4a7" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",