Skip to content

Commit

Permalink
Merge pull request #178053 from Homebrew/bump-rust-analyzer-2024-07-22
Browse files Browse the repository at this point in the history
rust-analyzer 2024-07-22
  • Loading branch information
BrewTestBot authored Jul 22, 2024
2 parents 2170d72 + e049a4d commit 910077b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/rust-analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ 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-07-15",
revision: "e9afba57a5a8780285f530172e3ceea1f9c7eff7"
tag: "2024-07-22",
revision: "4afe0d5393cdedde58881295752fe68acb3148ae"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7a912068b32e2c9457cd159c973a367eba5334b6e3a95bab98c5bbf93d18ad6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "77ff3fade4010192e41f6ced0735420f24be95a7644af9486d784d5351ba4a17"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c2ba00f0ee21f6815e9419966b2993eacadcd46eee9f835538f0160d79b7597b"
sha256 cellar: :any_skip_relocation, sonoma: "5521f845a5e941b46e47fa65d2d2f17f1b08669ffde767a1bb4f6324d96dc076"
sha256 cellar: :any_skip_relocation, ventura: "b057b3dfb38e1c0b60788f63286bbf157e7e6dba6798dc1e958d81e6836fac90"
sha256 cellar: :any_skip_relocation, monterey: "8fa61e0ffafb2abfbca5f64df03288f532176672e68c2eeb6acb5948652f2899"
sha256 cellar: :any_skip_relocation, x86_64_linux: "80dfe4a5ead13db5510e779964c5dafd318d9ff601ac9ee03b9d44880ed86221"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bdeac014d126db833ff517d0da7241b527a44f867b69b20738714279ed4e8c7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "051491ad03c011a2277f070c254093e39fe4fba1bb5d2567dab497082f7dcbd9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "62b8d5471bb0c3983a063a71d469b4be510339f5deffea41e322cafe4ffaa2fb"
sha256 cellar: :any_skip_relocation, sonoma: "4bc0b5e4f6ecb7b47f02be02fc20ca9fcf036006e65c2bd93c9ab78b4f71a3c8"
sha256 cellar: :any_skip_relocation, ventura: "2e070a225e9e128c25ddd76aa99b6c169e4e6dcc8fedbe4cf493fd8f86afc152"
sha256 cellar: :any_skip_relocation, monterey: "c8f57842c073d5d3925cf6c47f710ff7fef89a64cbd6cea1b92a8c398cfcaf96"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f4cf187a80055a13d514cef50b58bc65dcfcf4d609cf414021985692b000d68"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 910077b

Please sign in to comment.