Skip to content

Commit ad4ba04

Browse files
authored
Merge pull request #217367 from Homebrew/bump-rust-analyzer-2025-03-31
rust-analyzer 2025-03-31
2 parents 6193dfe + f9ffde0 commit ad4ba04

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/rust-analyzer.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ 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-03-24",
6-
revision: "37acea8052d5d27e7f1312d9e6e743a9da176c21"
5+
tag: "2025-03-31",
6+
revision: "fb133c8c8064d9f18f19eae8721347872f1679e4"
77
license any_of: ["Apache-2.0", "MIT"]
88

99
bottle do
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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f45667d5434463e6fb64dd24ca61fb55fc412cc29bf69f303e01d76beaffeb02"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "795f33008809c0fb990831bd51916a27506d1e78ad77c4297b287cc437f17847"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "edcc704047cf5352ae43ffe8603cae3b5c1e70fdd2769f55ff9291a94dc5ca55"
13+
sha256 cellar: :any_skip_relocation, sonoma: "04ed650a293b0943b051c22b956a799bc5e1f62d49f4d5446c35ad67c3897d5a"
14+
sha256 cellar: :any_skip_relocation, ventura: "5d5d9c07e477a4c7b06b148f51c3f79dfec94067dcea75450c5b7ed5c08c861b"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "fd3897a8b1a7ccf6b6693a6fe3cbe4d4a7e8c67b4d61d4cf4f2640f9ded34029"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9276e2dc37be2ba809954f2a7183af93a40a323fea76d8718ef0d3dc03d0711b"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)