Skip to content

Commit

Permalink
Merge pull request #191582 from Homebrew/bump-rust-analyzer-2024-09-23
Browse files Browse the repository at this point in the history
rust-analyzer 2024-09-23
  • Loading branch information
BrewTestBot authored Sep 23, 2024
2 parents 59db3d4 + cdb4cf2 commit 51788b5
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-09-16",
revision: "94b526fc86eaa0e90fb4d54a5ba6313aa1e9b269"
tag: "2024-09-23",
revision: "1301e4268f44e404f0a5847ed72a0b4879e253d3"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ed52707f1633e700dfc10bb4906b74209f6960da3e2403c6ae11e7afd422957"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "109e3c823dfe82b6e7cbe50ccda9d7266662c46fcfe83ed7ce68ce56d6c640a1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a60681bd1726f9877a70cf4e4b6d3ca9aa016377387e5c3b872039b1c2d441c1"
sha256 cellar: :any_skip_relocation, sonoma: "e508b251a7f5e6adc53129c4aa0489c593e5d8fa89e9bd0e5f1b25eb20e72b99"
sha256 cellar: :any_skip_relocation, ventura: "e9c41cd1a757a203bbcd520800464f796f020b521929471b2fe09e0e25f8a301"
sha256 cellar: :any_skip_relocation, x86_64_linux: "53dfabe63616d22170a1351bf1996c323fa4d71c18438b8d5602fc344d9561b5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24d2a048697c3050b3d4788c9afff0ba512daa6c2e2bded1ad360a208891c9a9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "349485fe511712b491492d8f892e8b2a2e4f9fbcbd81373ed1ecdfef74561dec"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d235ce952fbb9509c314964dc1fb496f9c55c63d637a9271cd0eec5e2cf9ef9"
sha256 cellar: :any_skip_relocation, sonoma: "93cfb7d5f072f6abc679a8f9019c35796abdc865c7b50a7457854eea4da22273"
sha256 cellar: :any_skip_relocation, ventura: "13632582e43a251569cfc2ae677b226ea584d276a060acb9d08fd5d989d56270"
sha256 cellar: :any_skip_relocation, x86_64_linux: "be0e96cc4d7301275b119bd261e7ab40586010c5a5f5fe25a1f8b95c2de50144"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 51788b5

Please sign in to comment.