From e8477f8be966cd576292a1ed9b4cede59e33a6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Apr 2021 19:23:10 +0200 Subject: [PATCH] rust-analyzer: Update to version 2021-04-20 --- 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 1db62d1d84..72ac4820b3 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2021-04-19", + "version": "2021-04-20", "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-04-19/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "b391596340e87b53eafd15e22bda83947e6aae9d1cb92ea3038b05e1409e0aa9" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-04-20/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "276b1456ee2b49f7f2a173dea2a58a0e768125fc7a8218ac5f07774aa95b9078" } }, "bin": "rust-analyzer.exe",