From b929e5cf024fe11072d3dc5b88efe4018e1803bc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:01 +0000 Subject: [PATCH] rust-analyzer: Update to version 2021-11-29 --- 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 28e647dd4d..42d7300d9f 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2021-11-01", + "version": "2021-11-29", "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-11-01/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "12ce024ef3e22172b3b630f05f49b0b43eb25581ad4ad830c84329c92ffbb1c1" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-11-29/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "d33a6114d093a9804fb730910a564bac242f64fa9dffedb405e6d4c88f904f8b" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",