Skip to content

Commit f502c72

Browse files
authored
Merge pull request Homebrew#206378 from Homebrew/bump-rust-analyzer-2025-02-03
rust-analyzer 2025-02-03
2 parents a1dc13d + ac45186 commit f502c72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rust-analyzer.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +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-01-28",
6-
revision: "1f86729f29ea50e8491a1516422df4fd3d1277b0"
5+
tag: "2025-02-03",
6+
revision: "f3998f7f8a197596c5edf72e937996e6674b423b"
77
license any_of: ["Apache-2.0", "MIT"]
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c04a6197cbdb1788f6842dfaf71dd53855ac84d79f6f6ee1020e6ee247fcc09"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "df8d9d25d979443bcce474f6bda166bda058f31b887f71ccc15c3840a6ae1168"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "59705bbc2f34b995baad6c6a3aec86e59f1675f114ab82b3191b10a332792e19"
13-
sha256 cellar: :any_skip_relocation, sonoma: "9909633b6cf5e04046675990f0416b4d8c776f564f790d8e8a035ef0b96ba4fb"
14-
sha256 cellar: :any_skip_relocation, ventura: "144de5fe2b12a05f5326ba7d46bbd5795b40a92adcfb7f7904648bc89a0bd5d1"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9dfcd5392c489e4bb642eb80d940514dd4b83a02e317ebc88e92d5ed3eeaa95"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "df48e983e12ae929fddfa67a79e3bb6cbae2a51c02a32bfed0e4a15ca71fa55b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63a6e40d74a84d1a91f18840a7817a7ca05134fc7db96df2518ba4b196dec3f0"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "445c6e1c042d7c33c4c1f7fdbb7076ae314476bbe4dadeb585ec2e8452d5b698"
13+
sha256 cellar: :any_skip_relocation, sonoma: "98c45e57db025f68182d4398cc5c170372f2bf5e2b836bcf317e618175f55975"
14+
sha256 cellar: :any_skip_relocation, ventura: "2a22a5097e3afeeb42a6c2e093463d03da8233cfc343699d43abf3230a38b74f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "39fc4b65b1fc9598ed3edee72338c26b1324a0a8103749c2a300cfe2c594f369"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)