From cc7594c55c86bd691dbb97bb207355315f4392f3 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Thu, 12 Sep 2024 10:53:38 +0700 Subject: [PATCH] fix(rust): update rust ci to v.3.2.01 --- rust/Earthfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust/Earthfile b/rust/Earthfile index 319dc2df31..2ec3f1db3c 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -1,7 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:feat/cardano-chain-follower-changes AS rust-ci -#IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.00 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.01 AS rust-ci # Use when debugging cat-ci locally. # IMPORT ../../catalyst-ci/earthly/rust AS rust-ci