diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 9a26201c1d..2d6ec32567 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-01-31", + "version": "2022-02-07", "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/2022-01-31/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "1284dbf5a0529342ecd5d7ef6c4b4ed1913895040d694b932d7b1f7d53e2d90a" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-02-07/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "2ed735164b79faccfcac625b5c9f8aeee800006588ba27a404887b45a1463854" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",