From a932016a7db8acb4bf8579fbdf3ae48f308c71c9 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:23:56 +0200 Subject: [PATCH] feat: lock cargo check version --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 63e53005d9..a245fc4a22 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 --locked --debug cargo-chef --version 0.1.62 # Prepares the local cache prepare-cache: