Skip to content

Commit

Permalink
fix: lock-cargo-chef
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Apr 30, 2024
1 parent 0fe74bf commit 8241285
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 @@ -9,7 +9,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 8241285

Please sign in to comment.