File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-default :
8
8
docker :
9
- - image : circleci /rust:latest
9
+ - image : cimg /rust:1.69.0
10
10
steps :
11
11
- checkout
12
12
- run :
50
50
key : cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
51
51
build-no-oslib :
52
52
docker :
53
- - image : circleci /rust:latest
53
+ - image : cimg /rust:1.69.0
54
54
steps :
55
55
- checkout
56
56
- run :
82
82
key : cargo-cache-no-oslib-{{ arch }}-{{ checksum "Cargo.lock" }}
83
83
build-lua53 :
84
84
docker :
85
- - image : circleci /rust:latest
85
+ - image : cimg /rust:1.69.0
86
86
steps :
87
87
- checkout
88
88
- run :
@@ -126,7 +126,7 @@ jobs:
126
126
key : cargo-cache-lua53-{{ arch }}-{{ checksum "Cargo.lock" }}
127
127
build-lua51 :
128
128
docker :
129
- - image : circleci /rust:latest
129
+ - image : cimg /rust:1.69.0
130
130
steps :
131
131
- checkout
132
132
- run :
You can’t perform that action at this time.
0 commit comments