Skip to content

Commit

Permalink
roapi: add rust 1.83.0 build patch
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Nov 30, 2024
1 parent 67ed6ef commit 0cebac4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/r/roapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ class Roapi < Formula

depends_on "rust" => :build

# explicitly specify lifetime for `ExcelSubrange` return type, upstream pr ref, https://github.com/roapi/roapi/pull/353
patch do
url "https://github.com/roapi/roapi/commit/6f8b597177b5abce1b7672df2c058ca3c3679535.patch?full_index=1"
sha256 "eb24da11bd453621824384c2df9295f24fcd4d4f8f5f79aa07a495617ad935b4"
end

def install
# skip default features like snmalloc which errs on ubuntu 16.04
system "cargo", "install", "--no-default-features",
Expand Down

0 comments on commit 0cebac4

Please sign in to comment.