From d232766048e57d5309df68a1c46817e1ca19bd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 2 Nov 2020 18:33:15 +0100 Subject: [PATCH] rust-analyzer: Update to version 2020-11-02 --- 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 61e3f32fd9..8679b4b0de 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2020-10-26", + "version": "2020-11-02", "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-10-26/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "2ae0424f2f94b33829c27317a3fe3b836bceceaa5d25433f4e20161848fe2836" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-11-02/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "a85507fe0381313e4fa85248ed522e9b000c481157aba7063cf5b0ace7334dbe" } }, "bin": "rust-analyzer.exe",