We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9088cad commit 0671f3bCopy full SHA for 0671f3b
circle.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: ~/build
5
docker:
6
- - image: jimmycuadra/rust:1.18.0
+ - image: rust:1.47.0
7
steps:
8
- checkout
9
- restore_cache:
@@ -14,10 +14,10 @@ jobs:
14
paths:
15
- ~/.cargo/registry/index
16
17
- key: dependencies-1.18-{{ checksum "Cargo.lock" }}
+ key: dependencies-1.47-{{ checksum "Cargo.lock" }}
18
- run: cargo test
19
- save_cache:
20
21
22
- target
23
- ~/.cargo/registry/cache
0 commit comments