Merge pull request #1483 from ognevny/patch-1

Makefile: use `--locked` for build
This commit is contained in:
Thayne McCombs 2024-01-26 00:25:04 -07:00 committed by GitHub
commit ef3194a510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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