rust-analyzer 2022-10-17

Closes #113293.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-10-17 10:56:49 +02:00 committed by BrewTestBot
parent 295caf6c48
commit 1b47e0fb40
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ class RustAnalyzer < Formula
desc "Experimental Rust compiler front-end for IDEs"
homepage "https://rust-analyzer.github.io/"
url "https://github.com/rust-lang/rust-analyzer.git",
tag: "2022-10-10",
revision: "61504c8d951c566eb03037dcb300c96f4bd9a8b6"
version "2022-10-10"
tag: "2022-10-17",
revision: "0531aab522f25d6aae30b2cc23a09f4b9257eedc"
version "2022-10-17"
license any_of: ["Apache-2.0", "MIT"]
bottle do