hyperfine: avoid cargo deprecated syntax warning

This commit is contained in:
Dominyk Tiller 2018-08-29 13:35:04 +01:00
parent ed9d3fe1f7
commit 05aacde2b2
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -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