Skip to content

Commit

Permalink
feat: lock cargo chef version
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Apr 16, 2024
1 parent 12166fb commit dc801b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
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 dc801b4

Please sign in to comment.