From 91829d13d3d4786b5524e2407a46dc3e77ca7931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 4 May 2021 08:15:38 +0200 Subject: [PATCH] rust-analyzer: Update to version 2021-05-03 --- 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 d664a2f4f4..ab6c07422b 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2021-04-26", + "version": "2021-05-03", "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-26/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "3eedece38d5a5f5367e498bc3fed278af4be5b436675784e4c4cda030cdd4630" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-05-03/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "f62c92d8f3fe0decbaafb8d0d33dcba920c7a73807db3bc9a78eb4faad5581f9" } }, "bin": "rust-analyzer.exe",