Skip to content

Commit

Permalink
feat: lock cargo check version
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Apr 30, 2024
1 parent d5ad73d commit a932016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-toolchain:
# Installs Cargo chef
install-chef:
FROM +rust-toolchain
RUN cargo install --debug cargo-chef
RUN cargo install --locked --debug cargo-chef --version 0.1.62

# Prepares the local cache
prepare-cache:
Expand Down

0 comments on commit a932016

Please sign in to comment.