@@ -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-03-17 " ,
6
- revision : "b0632f749e6abf0f82f71755d7eaca4884c1a808 "
5
+ tag : "2025-03-24 " ,
6
+ revision : "37acea8052d5d27e7f1312d9e6e743a9da176c21 "
7
7
license any_of : [ "Apache-2.0" , "MIT" ]
8
8
9
9
bottle do
10
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c6125e569e6f461668ecacc9a9bcaeec798e4e15d382c103f3bc206fc2e34afa "
11
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "18b3f9fafabf496800ca8ae0347cbef8b3d8aec7cef00d242ca6055668eb386d "
12
- sha256 cellar : :any_skip_relocation , arm64_ventura : "b99d3898df6764892d9f81748cf490b144dddcffd42741b707d9b8680cf4e1a3 "
13
- sha256 cellar : :any_skip_relocation , sonoma : "68286fc369018e85b33f641c24e4806a4b384052fe9888a4443f65dfa4ffa10d "
14
- sha256 cellar : :any_skip_relocation , ventura : "ac958c91c098a1fe2e003d3adb44abc2bf6d4b9dd4e1994fb899f59f13c8ca08 "
15
- sha256 cellar : :any_skip_relocation , arm64_linux : "a477921bb179e081147aee116af274d6bae82a8db5190c4aa71565dceeaa5478 "
16
- sha256 cellar : :any_skip_relocation , x86_64_linux : "0dd4706fcaabce2b0403b084113fb73e4729b6ab125367211c997f969b8cb26a "
10
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "611d0c0b8be66385293dd89a324419855e280927a949b2d56ce434d886e38761 "
11
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "4196d89cfb442a2a908155c8f8ce89d93cb4c2991a5e7b7a87e03b46da28a946 "
12
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "909890ac8649d5abab394e598bdc768965d924fee4361ff08d5e3b6b64fa59e6 "
13
+ sha256 cellar : :any_skip_relocation , sonoma : "08dbc29ef049639ccd11fa0370c0639a5f0ef8cdaa4db4860909dfeec6a592b6 "
14
+ sha256 cellar : :any_skip_relocation , ventura : "1b516fe47919ded8d269ec2f7f13896c2465ffd6ec8a14c0d6ebc43e4fce9077 "
15
+ sha256 cellar : :any_skip_relocation , arm64_linux : "6f6e9fc96abd0f63cffe897ac2627c706dbaf31b643753fb0c0e897ae066e5a5 "
16
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5b31baddbf08a7016cfff6a10d2afaad6898e0fd6bb1d95d002e66091967025e "
17
17
end
18
18
19
19
depends_on "rust" => :build
0 commit comments