From 4282d27836245825291dbce01c7a31453c351d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 27 Oct 2020 08:31:34 +0100 Subject: [PATCH] rust-analyzer: Update to version 2020-10-26 --- 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 8aa686d031..61e3f32fd9 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2020-10-19", + "version": "2020-10-26", "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-19/rust-analyzer-windows.exe#/rust-analyzer.exe", - "hash": "94f5f816e45cd50e3d7bc256e7e3b7b427246743ef5aa890469bf1570c371565" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-10-26/rust-analyzer-windows.exe#/rust-analyzer.exe", + "hash": "2ae0424f2f94b33829c27317a3fe3b836bceceaa5d25433f4e20161848fe2836" } }, "bin": "rust-analyzer.exe",