rust-analyzer: Update to version 2021-02-08

This commit is contained in:
Jakub Čábera 2021-02-08 10:14:21 -08:00
parent bc6916b3e2
commit ce10175e82

View File

@ -1,12 +1,12 @@
{ {
"version": "2021-02-01", "version": "2021-02-08",
"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/2021-02-01/rust-analyzer-windows.exe#/rust-analyzer.exe", "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-02-08/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "c933ac978826768251193b81d880688097d1fed582b23ed30bbf64ebb0e887da" "hash": "6c0e1178aac3a5c92f811d26ddd21e3638cdc757cc14f02f6aa539146ac06d00"
} }
}, },
"bin": "rust-analyzer.exe", "bin": "rust-analyzer.exe",