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
parent
295caf6c48
commit
1b47e0fb40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue