interactive-rebase-tool: add --locked flag to cargo install
Closes #46178. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
bf218e026d
commit
0c396ad774
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class InteractiveRebaseTool < 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