hyperfine: avoid cargo deprecated syntax warning
This commit is contained in:
parent
ed9d3fe1f7
commit
05aacde2b2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Hyperfine < Formula
|
|||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
system "cargo", "install", "--root", prefix
|
||||
system "cargo", "install", "--root", prefix, "--path", "."
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue