We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llvm@19
1 parent 5bf2bd5 commit 70a408dCopy full SHA for 70a408d
Formula/c/c2rust.rb
@@ -4,6 +4,7 @@ class C2rust < Formula
4
url "https://github.com/immunant/c2rust/archive/refs/tags/v0.20.0.tar.gz"
5
sha256 "482330d3f27cfe85deea207e490bebbbe9c709b4bc054e3135498b3bbb585bec"
6
license "BSD-3-Clause"
7
+ revision 1
8
9
bottle do
10
sha256 cellar: :any, arm64_sequoia: "dacd5b36647696ad2e1863cb2f12fa8c6063c242f691d371b808a1b0310f0911"
@@ -17,7 +18,7 @@ class C2rust < Formula
17
18
19
depends_on "cmake" => [:build, :test]
20
depends_on "rust" => :build
- depends_on "llvm"
21
+ depends_on "llvm@19"
22
23
def install
24
system "cargo", "install", *std_cargo_args(path: "c2rust")
0 commit comments