rust-analyzer: Update to version 2020-11-30

This commit is contained in:
Jakub Čábera 2020-11-30 13:10:53 +01:00
parent f6cb8607fa
commit f5de2e87c8

View File

@ -1,12 +1,12 @@
{ {
"version": "2020-11-23", "version": "2020-11-30",
"description": "An experimental Rust compiler front-end for IDEs", "description": "An experimental Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/", "homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT", "license": "Apache-2.0|MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-11-23/rust-analyzer-windows.exe#/rust-analyzer.exe", "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-11-30/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "2a403702ee5ad04c0e6ac6cdf4f9dcfa430c66a36a7b8d82cd3eb94c5ec6e325" "hash": "242f067a3b6da1e0bce2bdd923ea9742c0a0ab4ca820e17cc7831cb931801128"
} }
}, },
"bin": "rust-analyzer.exe", "bin": "rust-analyzer.exe",