Skip to content

Commit

Permalink
fix(ci): bump Rust to 1.60 as per rockdb's MSRV
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Sep 27, 2022
1 parent 26f9d8c commit 2f5e615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

environment:
docker:
- image: cimg/rust:1.59
- image: cimg/rust:1.60
resource_class: xlarge
parallelism: 1
steps:
Expand All @@ -85,7 +85,7 @@ jobs:

snarkos:
docker:
- image: cimg/rust:1.59
- image: cimg/rust:1.60
resource_class: xlarge
parallelism: 20
steps:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

fmt:
docker:
- image: cimg/rust:1.59
- image: cimg/rust:1.60
resource_class: xlarge
steps:
- checkout
Expand All @@ -132,7 +132,7 @@ jobs:

clippy:
docker:
- image: cimg/rust:1.59
- image: cimg/rust:1.60
resource_class: xlarge
steps:
- checkout
Expand Down

0 comments on commit 2f5e615

Please sign in to comment.