File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ class C2rust < Formula
5
5
sha256 "9ed1720672afb503db91b30cec1dedcf878841f57eaea4c7046839890990d8cd"
6
6
license "BSD-3-Clause"
7
7
8
+ bottle do
9
+ sha256 cellar : :any , arm64_monterey : "8f8d44f8ce1e9b5bc5ec7b078e917aad8881132d8bf2d631914f980df6a95fca"
10
+ sha256 cellar : :any , arm64_big_sur : "2767b652b7de529eac674d54714b6c25e575f1386d9157921a7da5b2155d0005"
11
+ sha256 cellar : :any , monterey : "70383d07df935d669f7b68758d6686ea4540f45f8b61dccc6d8ae38df55d28ac"
12
+ sha256 cellar : :any , big_sur : "969cdca2dd9f981d867c89543a510f7656401dd4e179e0df2160364754c50d89"
13
+ sha256 cellar : :any , catalina : "fd0e2212d09e70edb3c85014989dceb5d8acb0f22826124464b3bfacc03fcc9d"
14
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "31d945e4f1cc87d37c001c959934c8aa9ece15bb8d87173afdc215a372f64deb"
15
+ end
16
+
8
17
depends_on "cmake" => [ :build , :test ]
9
18
depends_on "rust" => :build
10
19
depends_on "llvm"
You can’t perform that action at this time.
0 commit comments