From 76197f0e2287e42739259b11e28270c914f629cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 17 May 2021 04:43:44 -0700 Subject: [PATCH] rust-analyzer: Update to version 2021-05-17 --- 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 ff89f5616b..4012a1f81b 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2021-05-10", + "version": "2021-05-17", "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-05-10/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "b3526a69484e4d3e0377caaa099638d1d3c6c5e444e0c9774d96ee1e18bd6f21" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-05-17/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "448c8da15b9ec7eae4de9d81ecde73bb17837d70870c3111740de7969e4000e4" } }, "bin": "rust-analyzer.exe",