@@ -2,18 +2,18 @@ class RustAnalyzer < Formula
2
2
desc "Experimental Rust compiler front-end for IDEs"
3
3
homepage "https://rust-analyzer.github.io/"
4
4
url "https://github.com/rust-lang/rust-analyzer.git" ,
5
- tag : "2025-05-19 " ,
6
- revision : "e464ff8c755c6e12540a45b83274ec4de4829191 "
5
+ tag : "2025-05-26 " ,
6
+ revision : "d2f17873ff19786a121fb3302f91779c1a1b957f "
7
7
license any_of : [ "Apache-2.0" , "MIT" ]
8
8
9
9
bottle do
10
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "d636639c4c1e86754e1803d546500a381c31d4dc3ffc0e686060538cc02695e8 "
11
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "cbccd1da360b18d6351262c22d17d17e9c6c6b0bcea7d32397a9c90782e37943 "
12
- sha256 cellar : :any_skip_relocation , arm64_ventura : "2684957f164d8a99300b866df25fb764ea6cb38a5134266f3b4b23265cd1602a "
13
- sha256 cellar : :any_skip_relocation , sonoma : "7e0c8e3a99325dc36cb118c4ad9333fc7b450c6fadec565d42c9df7b2671ea6a "
14
- sha256 cellar : :any_skip_relocation , ventura : "3da9616bb778659944b7a592746aa312823c39484a811c3397306eb0be3a522d "
15
- sha256 cellar : :any_skip_relocation , arm64_linux : "d2a603bd2ca7e513bd4ac6ba2cc6b43042e2b08ad4bf2dbeaf1e93477c88c88a "
16
- sha256 cellar : :any_skip_relocation , x86_64_linux : "019ff51c5964f62714e3a75964e78c97341c0f9a2f668f8c01d7a4ec0d7f1bd5 "
10
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "bd83c51611d3e82c3aa3a8298f9e306d83052652adbeced651c9b0ab88c9bd81 "
11
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "caacc1e6b7eb85a6d130ac068496d82654066f5c7763e5a53485777db27de889 "
12
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "6b21bb2d77d1167af91167995ba65f26f47104b4f849a6d5857386469538174b "
13
+ sha256 cellar : :any_skip_relocation , sonoma : "068b9de4e7ae6a2fc948c074936fd45137fbe2cfbf724bd76196e81bb0a97e9f "
14
+ sha256 cellar : :any_skip_relocation , ventura : "06d7eeb6fef8fdb93327f89c0dd23df75566c05a3939e57ba07af33c80ee3f92 "
15
+ sha256 cellar : :any_skip_relocation , arm64_linux : "2818fa35399f85ce5f6c0ff8b4d2d23544bc8b0bc4b086fe8fec60bdb2533d11 "
16
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "f87c4663e0157bef56368cec5c356fa86c28b9b9d1bca36c6de54d63a7809287 "
17
17
end
18
18
19
19
depends_on "rust" => :build
0 commit comments