Skip to content

Commit

Permalink
fselect: add locked flag to cargo install
Browse files Browse the repository at this point in the history
Closes #46624.

Signed-off-by: Rui Chen <rchen@meetup.com>
  • Loading branch information
samford authored and chenrui333 committed Nov 11, 2019
1 parent 73359f4 commit 5a90ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/fselect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Fselect < Formula
depends_on "rust" => :build

def install
system "cargo", "install", "--root", prefix, "--path", "."
system "cargo", "install", "--locked", "--root", prefix, "--path", "."
end

test do
Expand Down

0 comments on commit 5a90ccf

Please sign in to comment.