summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-01-26 00:25:04 -0700
committerGitHub <noreply@github.com>2024-01-26 00:25:04 -0700
commitef3194a51013df71e7897bd22dc1744ac5ecc227 (patch)
treefb2a8026de10e3d8fa62e784359cfb6ac1899630
parentff3fc81db486784cba4ce3b08d0b8bd42ae505f2 (diff)
parent8773402246f508dc8022f877a9c5c712f250c38c (diff)
Merge pull request #1483 from ognevny/patch-1
Makefile: use `--locked` for build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ca17ba..b351271 100644
--- a/Makefile
+++ b/Makefile
@@ -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