diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 800517b6fa..779cc90c29 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2023-03-27", + "version": "2023-04-03", "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/2023-03-27/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "2c6280402ac2b85502ef344481020b9560a0645794d996268cad19cf8935fa5b" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-04-03/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "58c989178f2a939466f2b75fdf4d56bdc11f86b5fd884a80ab281bfd7f614fca" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",