Skip to content

Commit

Permalink
Merge pull request #200527 from Homebrew/bump-rust-analyzer-2024-12-09
Browse files Browse the repository at this point in the history
rust-analyzer 2024-12-09
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 9b92e76 + bb55f9d commit 2311fe0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rust-analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ class RustAnalyzer < Formula
desc "Experimental Rust compiler front-end for IDEs"
homepage "https://rust-analyzer.github.io/"
url "https://github.com/rust-lang/rust-analyzer.git",
tag: "2024-12-02",
revision: "b65911d5eecfa562532549ef7e70e460eb042e2c"
tag: "2024-12-09",
revision: "4c755e62a617eeeef3066994731ce1cdd16504ac"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0c35c493457282d4212209f9dbc58bf1651c4f39af26bb6c96a97060a28041a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d6efbb88155a850ba00a6db6e8eb6eacc522880453dfd13e71c0b243c9e1cb0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "231a1daea0134339c8c9cd4c4c335b7262694dd61578b1ae460b93f6c6f12b27"
sha256 cellar: :any_skip_relocation, sonoma: "670ea0fe59e141dfae8da8516525f42d1e7274b389e2d9c5e5e7e92931dfee59"
sha256 cellar: :any_skip_relocation, ventura: "593bafcab97f61959dca048c396b0b100c9d6a506616517c14c5b1770154c3a9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2931c742193c99d483dcfd1ccd9e1f3bf066494cd4ae9daf628d6ef67d5f6159"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a4cc4f5ea2912178f539759a1ae7d6b4610d063b230484c61c03758ab855602"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb79f9411b7f22dd2163fb8663a63d6a1574f1f508f4d9a9daecece3fa9e9db3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "96587f3ac6d8eabe18d87ba9b1ceff4fe00233ac5a4faba111a153196a716cea"
sha256 cellar: :any_skip_relocation, sonoma: "4a86c2dc8c73dad1510f41b1d613fabea3d1b0f6f6a9aebed1ab19ac90baef63"
sha256 cellar: :any_skip_relocation, ventura: "b2098466ef1116c68687f56a2160c5457615c91952d0684047cf63737a164ea6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4e374c14d7eaafcebd840d1019b854693c73c8d29202486cd60580e3a72b90f"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 2311fe0

Please sign in to comment.