rust-analyzer: Update to version 2021-05-10

This commit is contained in:
Jakub Čábera 2021-05-10 12:37:36 +02:00
parent 95e274e6a2
commit adabbd316d

View File

@ -1,12 +1,12 @@
{ {
"version": "2021-05-03", "version": "2021-05-10",
"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-05-03/rust-analyzer-windows.exe#/rust-analyzer.exe", "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-05-10/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "f62c92d8f3fe0decbaafb8d0d33dcba920c7a73807db3bc9a78eb4faad5581f9" "hash": "b3526a69484e4d3e0377caaa099638d1d3c6c5e444e0c9774d96ee1e18bd6f21"
} }
}, },
"bin": "rust-analyzer.exe", "bin": "rust-analyzer.exe",