From 502e4a426be1c70b80c367ba532d6b2d99fa60a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 22 Feb 2021 14:57:16 +0100 Subject: [PATCH] rust-analyzer: Update to version 2021-02-22 --- 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 eda4ba3b01..3557e515ae 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2021-02-15", + "version": "2021-02-22", "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/2021-02-15/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "017be6c1646ea9f4c7a13ae01270c95fc077e5424d0ff0f6a89e90f7be6044c5" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-02-22/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "605ee649ccab757f944094a9916b9acc2df128d586ad408bc31b2eefb5a6f798" } }, "bin": "rust-analyzer.exe",