Skip to content

Commit d410083

Browse files
authored
fix: bump rust ci to v3.5.6 (#491)
Signed-off-by: bkioshn <[email protected]>
1 parent 201f5e2 commit d410083

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

hermes/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/examples/rust/cardano/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/examples/rust/cardano_age/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/examples/rust/next_century/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/integration-test/cardano/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/integration-test/http_reply/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/integration-test/ipfs/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/integration-test/sqlite/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/integration-test/wasi-filesystem/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
# Use when debugging cat-ci locally.
55
# IMPORT ../../catalyst-ci/earthly/rust AS rust-ci
66

wasm/wasi/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.4 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.6 AS rust-ci
44
IMPORT github.com/input-output-hk/catalyst-ci/earthly/go:v3.5.4 AS go-ci
55

66
# Use when debugging cat-ci locally.

0 commit comments

Comments
 (0)