From 8031bb8f1d189c0623daac1b2e74c40f7f40125b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 08:27:49 +0000 Subject: [PATCH] rust-analyzer: Update to version 2022-02-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 2d6ec32567..154e7b283e 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-02-07", + "version": "2022-02-14", "description": "An experimental Rust compiler front-end for IDEs", "homepage": "https://rust-analyzer.github.io/", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-02-07/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "2ed735164b79faccfcac625b5c9f8aeee800006588ba27a404887b45a1463854" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-02-14/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "d4d8f9f46fde0fd80ed265f7ccc607d0e261f09f425d2938dd258f5cf92d126e" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",