Skip to content

Commit

Permalink
Merge pull request #1483 from ognevny/patch-1
Browse files Browse the repository at this point in the history
Makefile: use `--locked` for build
  • Loading branch information
tmccombs authored Jan 26, 2024
2 parents ff3fc81 + 8773402 commit ef3194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ datadir=$(prefix)/share
exe_name=fd

$(EXE): Cargo.toml src/**/*.rs
cargo build --profile $(PROFILE)
cargo build --profile $(PROFILE) --locked

.PHONY: completions
completions: autocomplete/fd.bash autocomplete/fd.fish autocomplete/fd.ps1 autocomplete/_fd
Expand Down

0 comments on commit ef3194a

Please sign in to comment.