diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index a57af4c4fd..2212c14539 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2024-03-18", + "version": "2024-03-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/2024-03-18/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "b03828417775319ff76ea45cf6612b0053b9aba8e6b4aa5df4895b975ea5ad8c" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2024-03-25/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "2b3e1c340d0952a22757cc5c60c164a3861c9e5159e08e2c8f9981da13586c67" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",