From bd29feead7a08925302f4352a07bc0f1ca589371 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:46:55 +0200 Subject: [PATCH] fix: lock cargo chef version --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1851d8cbcc..2dd536da32 100644 --- a/Earthfile +++ b/Earthfile @@ -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: