diff --git a/Earthfile b/Earthfile index 5648db2a..a55cd972 100644 --- a/Earthfile +++ b/Earthfile @@ -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: