Skip to content

Commit

Permalink
Update Rust in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 12, 2022
1 parent eb3d6a8 commit 08b53d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ commands:
jobs:
tests:
docker:
- image: cimg/rust:1.57.0
- image: cimg/rust:1.58.1
resource_class: xlarge
parallelism: 20
steps:
Expand All @@ -80,7 +80,7 @@ jobs:

storage:
docker:
- image: cimg/rust:1.57.0
- image: cimg/rust:1.58.1
resource_class: xlarge
parallelism: 10
steps:
Expand All @@ -94,7 +94,7 @@ jobs:

testing:
docker:
- image: cimg/rust:1.57.0
- image: cimg/rust:1.58.1
resource_class: xlarge
parallelism: 10
steps:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

fmt:
docker:
- image: cimg/rust:1.57.0
- image: cimg/rust:1.58.1
resource_class: xlarge
steps:
- checkout
Expand All @@ -140,7 +140,7 @@ jobs:

clippy:
docker:
- image: cimg/rust:1.57.0
- image: cimg/rust:1.58.1
resource_class: xlarge
steps:
- checkout
Expand Down

0 comments on commit 08b53d0

Please sign in to comment.