Skip to content

Commit d674b2c

Browse files
committed
fix(rust/signed-doc): catalyst-ci/earthly/rust:v3.5.17 AS rust-ci
1 parent e906129 commit d674b2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.12 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.17 AS rust-ci
44
IMPORT ../ AS repo-ci
55

66
COPY_SRC:
@@ -128,4 +128,4 @@ check-builder-src-cache:
128128
# local-ci-run: This step simulates the full CI run for local purposes only.
129129
local-ci-run:
130130
BUILD +check
131-
BUILD +build
131+
BUILD +build

rust/c509-certificate/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.12 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.17 AS rust-ci
44

55
IMPORT .. AS rust-local
66
IMPORT ../.. AS repo

0 commit comments

Comments
 (0)