Skip to content

Commit 706ce33

Browse files
jugglerchris0x2ec
authored andcommitted
Update CircleCI Rust images.
1 parent 26d8e49 commit 706ce33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
build-default:
88
docker:
9-
- image: circleci/rust:latest
9+
- image: cimg/rust:1.69.0
1010
steps:
1111
- checkout
1212
- run:
@@ -50,7 +50,7 @@ jobs:
5050
key: cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
5151
build-no-oslib:
5252
docker:
53-
- image: circleci/rust:latest
53+
- image: cimg/rust:1.69.0
5454
steps:
5555
- checkout
5656
- run:
@@ -82,7 +82,7 @@ jobs:
8282
key: cargo-cache-no-oslib-{{ arch }}-{{ checksum "Cargo.lock" }}
8383
build-lua53:
8484
docker:
85-
- image: circleci/rust:latest
85+
- image: cimg/rust:1.69.0
8686
steps:
8787
- checkout
8888
- run:
@@ -126,7 +126,7 @@ jobs:
126126
key: cargo-cache-lua53-{{ arch }}-{{ checksum "Cargo.lock" }}
127127
build-lua51:
128128
docker:
129-
- image: circleci/rust:latest
129+
- image: cimg/rust:1.69.0
130130
steps:
131131
- checkout
132132
- run:

0 commit comments

Comments
 (0)