dust: add --locked flag to cargo install
Closes #46189. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
5cc510356a
commit
a3dd93c55f
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ class Dust < Formula
|
|||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
system "cargo", "install", "--root", prefix,
|
||||
"--path", "."
|
||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "."
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue