rust-analyzer: Update to version 2020-10-19

This commit is contained in:
Jakub Čábera 2020-10-19 18:53:12 +02:00
parent ea1d96020e
commit 741ec5fe95

View File

@ -1,16 +1,24 @@
{ {
"version": "2020-10-12", "version": "2020-10-19",
"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",
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-10-12/rust-analyzer-windows.exe#/rust-analyzer.exe", "architecture": {
"hash": "df8110b52093bf8ae2f42145bd656b6e41b510cefa78f97c8ab7371edeb25133", "64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-10-19/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "94f5f816e45cd50e3d7bc256e7e3b7b427246743ef5aa890469bf1570c371565"
}
},
"bin": "rust-analyzer.exe", "bin": "rust-analyzer.exe",
"checkver": { "checkver": {
"github": "https://github.com/rust-analyzer/rust-analyzer", "github": "https://github.com/rust-analyzer/rust-analyzer",
"regex": "releases/tag/([\\d-]+)" "regex": "releases/tag/([\\d-]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-windows.exe#/rust-analyzer.exe" "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-windows.exe#/rust-analyzer.exe"
} }
} }
}
}