genact: Add --locked flag to cargo install
Closes #46141. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0737abc5c6
commit
b489a7d937
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Genact < 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