Skip to content

Commit

Permalink
fix: lock cargo chef version
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Jun 14, 2024
1 parent 4a2dc7a commit bd29fee
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 --debug --version 0.1.59 cargo-chef --locked

# Prepares the local cache
prepare-cache:
Expand Down

0 comments on commit bd29fee

Please sign in to comment.