diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 1c90b48ec9..71342aec14 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-05-09", + "version": "2022-05-16", "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-05-09/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "83e01dbcc58935e5c3fdc8b944a146776c61cf109cb24cdfc823fcbd309f5579" + "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-05-16/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "d3a5c44db5722690600f6f719a17b1eb990ed861a6fd9c6da7c22813c8fee234" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",