use circleci image

This commit is contained in:
Paul Woolcock
2019-03-10 19:20:37 -04:00
parent 5e6c5d82fa
commit 5055484de1
+1 -1
View File
@@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: rust:latest - image: circleci/rust:latest
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache: