Skip to content

Commit

Permalink
build: use cargo build with --locked instead of --frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Nov 25, 2023
1 parent eb8e9d1 commit 931e206
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 @@ -25,7 +25,7 @@ debian-tests: build-docker
cargo test --test debian

release:
${CARGO_BIN} build --release --frozen ${CARGO_TARGET_FLAG}
${CARGO_BIN} build --release --locked ${CARGO_TARGET_FLAG}

format:
cargo fmt --all
Expand Down

0 comments on commit 931e206

Please sign in to comment.