@@ -2,19 +2,17 @@ class RustAnalyzer < Formula
22 desc "Experimental Rust compiler front-end for IDEs"
33 homepage "https://rust-analyzer.github.io/"
44 url "https://github.com/rust-lang/rust-analyzer.git" ,
5- tag : "2025-08-25 " ,
6- revision : "6b2e677795722dc95b9b5dbd2f38ab4e0cfaafc0 "
5+ tag : "2025-10-27 " ,
6+ revision : "049767e6faa84b2d1a951d8f227e6ebd99d728a2 "
77 license any_of : [ "Apache-2.0" , "MIT" ]
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_tahoe : "a60ec4a22fa224c5ad646c8ad1d947911da84350b33e9fd52c2140c00ee307ea"
11- sha256 cellar : :any_skip_relocation , arm64_sequoia : "31641bf19bcc8fbe82c8c551a2affe66525a63b0ad85e31d17c5e9a481dd521c"
12- sha256 cellar : :any_skip_relocation , arm64_sonoma : "45b4dcb84fd93c3e4c7f9ec41b075723995c4ae02c8d00c1e5cbba1b59e53b42"
13- sha256 cellar : :any_skip_relocation , arm64_ventura : "7fba4f87971c38cea6831e119ac86b6704d44561ded696f790c61af7fb066040"
14- sha256 cellar : :any_skip_relocation , sonoma : "9a938dcf45658302d849227caabb6abebb6a70d05450555019019da664c659f0"
15- sha256 cellar : :any_skip_relocation , ventura : "dfe207e4902de8c5b3526d2db71052e6a809fe1dbc363be1833ad153f7741555"
16- sha256 cellar : :any_skip_relocation , arm64_linux : "f4631a30bf3d683c4be1b27cde12f5231b080b8ff3226a14596811eab689f0c1"
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "0d911c3ce3909565a8e8237e73426b2f51357068eae2a1df9fc36e198112a273"
10+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "c194eb16aecc9e386f4d25c3659acb1c9a06752fe626125f875701adcd87c17b"
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "e6971ad7e757ce4651919e90f2d91fccfdd7b93f76cdfdb2cf5fa931c411d57b"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "fb61f03b18747527ef200af08705423422cbf654bd337e83b0ce6eda2327c9bd"
13+ sha256 cellar : :any_skip_relocation , sonoma : "12ce593c7b2369b2592801d510ece48e031aff64fb7b219bcadfbc0923b9f08a"
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "acf18d27c4bc6053f91dab8d039123c9f13c01a9a8351971b86c781a4f0c2631"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ff0e61df50a4c6671fa34321acb01b42cbb5641ce3c7fa6de170ddaf7f7fc137"
1816 end
1917
2018 depends_on "rust" => :build
0 commit comments