diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 98d69c60a0..e39445ffbd 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2022-07-18", + "version": "2022-07-25", "description": "A Rust compiler front-end for IDEs", "homepage": "https://rust-analyzer.github.io/", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2022-07-18/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "82c7e474a768a8d2ae7962e8b28b7960e308febc1bfea9b0af4a90a2a416c3b2" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2022-07-25/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "becdb38d55b98f7c6fa380cd7dc978ba49b0c1809f007aeaf160678cebc0c4d5" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",