From 82412858bda76eb469ea64ac3613600e4744f279 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:23:58 +0200 Subject: [PATCH] fix: lock-cargo-chef --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: