Skip to content

Commit

Permalink
Merge pull request Homebrew#154933 from Porkepix/bump-rust-analyzer-2…
Browse files Browse the repository at this point in the history
…023-11-20

rust-analyzer 2023-11-20
  • Loading branch information
BrewTestBot authored Nov 20, 2023
2 parents b6fab14 + 8b67e0b commit f2aa1bd
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: "2023-11-13",
revision: "416e9c856a792ce2214c449677ca0a1f38965248"
tag: "2023-11-20",
revision: "255eed40c45fcf108ba844b4ad126bdc4e7a18df"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1b235c5fc89ad432c983f855fc62e2fae10b0e54194567d9ed18b488908de71"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4acd00cf21629139e47a81716194047d7bc5c902582abd78a401eba39d4a39d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4235c7cba3d9899d1fca61061d21fc605280718a42507de7b14a7c1daccc6f72"
sha256 cellar: :any_skip_relocation, sonoma: "3caa4f468dc9710704481d06f5c1bf58869c8275c8caf2fd9c58584b01528428"
sha256 cellar: :any_skip_relocation, ventura: "489896a9f4a2782041263eb1e4bc51b3247ff04ca6756f0a782c16ae8961f68b"
sha256 cellar: :any_skip_relocation, monterey: "ce911cddd097f8de21f36c9eebd6fa997d945082a693d1fec939747594b18543"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8a13f1a3113bec5e6420fa9f4107b6714296c86544b73f22560e1e478b690f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5aa09b7743c55ca7c7d9a1b2bdbb9ea81cb571766ab778da761085e0a000e882"
sha256 cellar: :any_skip_relocation, arm64_ventura: "36bf5abc47e9a92854fddd15adfc12361838fceb1de4a5a62a9dd1eea76c88dd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ce7ef06e4a5df57eac2c7410083433a527aafc13cf6ffe3a9d25ba2e6b37fbf1"
sha256 cellar: :any_skip_relocation, sonoma: "47f955003b429ca8238243320b1b0408a6e75d20a746c78630e5a661f5a02785"
sha256 cellar: :any_skip_relocation, ventura: "1bb8a85d12351018b39a351abd91244e6354b43acaa1eba45a7d031fb43503ce"
sha256 cellar: :any_skip_relocation, monterey: "9b42c4633bc69719761b949259054a4c9cbb300ac320568d8c002c405c7d09d1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4834be203db6332f3695b382291a6bd8b4a3f6b1669ea232f85c8e27815a84d3"
end

depends_on "rust" => :build
Expand Down

0 comments on commit f2aa1bd

Please sign in to comment.