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