Skip to content

Commit 4395593

Browse files
authored
Merge pull request Homebrew#225425 from Homebrew/bump-rust-analyzer-2025-06-02
rust-analyzer 2025-06-02
2 parents bb4d571 + a753ae7 commit 4395593

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-05-26",
6-
revision: "d2f17873ff19786a121fb3302f91779c1a1b957f"
5+
tag: "2025-06-02",
6+
revision: "2a388d1103450d814a84eda98efe89c01b158343"
77
license any_of: ["Apache-2.0", "MIT"]
88

99
bottle do
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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7a46aa937a451244a8206ceafb61bce2b5fe421c836ebb27a76ff2dc6af9e07d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c244ad8ba7c6d4f69d1765462e9fe78cd474dd611f145fc54fc50e3466919260"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6cbac1922be75b6ead1dc2534e82ec716ee558f52e419bb71555f87779d11c88"
13+
sha256 cellar: :any_skip_relocation, sonoma: "15ac6aa81430ce891324d0945ea96bc7702f9a011a32e12325c90f99cc8f6e67"
14+
sha256 cellar: :any_skip_relocation, ventura: "cb4899fda36302dab030fa3674d2b28c8ea842c544a624c153b192ced1688a29"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "09ff247cf6c801f3b35cf02045d8e8c04eb1c53e22003c4d785dd582bc803698"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0bb8d0996c7af3ee1226e2bf21893951bba5732766acca402d9260836259986f"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)