Skip to content

Commit

Permalink
fix rust image version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhming0 committed Jun 4, 2021
1 parent 9cdee5e commit c5c0ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: 2.1
jobs:
build:
docker:
- image: circleci/rust:1.51-stretch
- image: cimg/rust:1.51
steps:
- checkout
- run: cargo build
- run: cargo test

deploy:
docker:
- image: circleci/rust:1.51-stretch
- image: cimg/rust:1.51
steps:
- checkout
- run:
Expand Down

0 comments on commit c5c0ad5

Please sign in to comment.