Skip to content

Commit

Permalink
fix: re-add std_cargo_args
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Jun 10, 2024
1 parent 661c6e9 commit f8fa3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/catwalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Catwalk < Formula
depends_on "rust" => :build

def install
system "cargo", "install", "--path", "."
system "cargo", "install", *std_cargo_args
generate_completions_from_executable(bin/"catwalk", "completion")
end

Expand Down
2 changes: 1 addition & 1 deletion Formula/whiskers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Whiskers < Formula
depends_on "rust" => :build

def install
system "cargo", "install", "--path", "."
system "cargo", "install", *std_cargo_args
end

test do
Expand Down

0 comments on commit f8fa3a3

Please sign in to comment.