Spaces:
Running
Running
alamin655
commited on
Update config.yml
Browse files- .circleci/config.yml +1 -1
.circleci/config.yml
CHANGED
@@ -4,7 +4,7 @@ version: 2.1
|
|
4 |
jobs:
|
5 |
test-rust:
|
6 |
docker:
|
7 |
-
- image: cimg/rust:1.
|
8 |
steps:
|
9 |
- checkout
|
10 |
- restore_cache:
|
|
|
4 |
jobs:
|
5 |
test-rust:
|
6 |
docker:
|
7 |
+
- image: cimg/rust:1.71
|
8 |
steps:
|
9 |
- checkout
|
10 |
- restore_cache:
|