diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 2862ab0994..fb97984b4f 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -1,12 +1,12 @@ { - "version": "2023-01-30", + "version": "2023-02-06", "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-01-30/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "16c1dde6b27b0cf7de3c92c81c8581502d3ac49172d7e7cb05a1e17605a6fa8e" + "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-02-06/rust-analyzer-x86_64-pc-windows-msvc.gz", + "hash": "1245ba3378ed400be2f1eea6a8698959649d5812e1fdab559b5b10893a61d5ae" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",