From 4286b011114b1bf3df8caf833456399c8bcefb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 1 Mar 2021 11:45:11 +0100 Subject: [PATCH] rust-analyzer: Update to version 2021-03-01 --- 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 3557e515ae..f5dc571aee 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2021-02-22", + "version": "2021-03-01", "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-22/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "605ee649ccab757f944094a9916b9acc2df128d586ad408bc31b2eefb5a6f798" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-03-01/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "b5d1adf3120d0df216bc7fc558d30fd3cdf175b0e5ba4e771d1cfa75e87338f3" } }, "bin": "rust-analyzer.exe",