From f5de2e87c875d655425df29e950f3f86c3f7f97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 30 Nov 2020 13:10:53 +0100 Subject: [PATCH] rust-analyzer: Update to version 2020-11-30 --- 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 c7be1ba9a0..2f27986179 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2020-11-23", + "version": "2020-11-30", "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/2020-11-23/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "2a403702ee5ad04c0e6ac6cdf4f9dcfa430c66a36a7b8d82cd3eb94c5ec6e325" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-11-30/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "242f067a3b6da1e0bce2bdd923ea9742c0a0ab4ca820e17cc7831cb931801128" } }, "bin": "rust-analyzer.exe",