Lock deps on make install

This commit is contained in:
Matthias 2022-01-05 18:25:55 +01:00
parent f515d096db
commit d9af0817e5

View file

@ -24,7 +24,7 @@ build: ## Build Rust code locally
.PHONY: install
install: ## Install project locally
cargo install --path lychee-bin
cargo install --path lychee-bin --locked
.PHONY: run
run: ## Run project locally