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