Skip to content

Commit

Permalink
CI: Use Rust 1.61.0 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jun 13, 2022
1 parent 3073252 commit e569b1e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:

License check:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- run:
Expand All @@ -254,7 +254,7 @@ jobs:

Check vendored schema:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- run:
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:

Check Rust formatting:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- run: rustup component add rustfmt
Expand All @@ -293,7 +293,7 @@ jobs:

Lint Rust with clippy:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- run: rustup component add clippy
Expand All @@ -304,15 +304,14 @@ jobs:

Rust tests - stable:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
resource_class: "medium+"
steps:
- test-rust:
rust-version: "1.60.0"
- test-rust

Rust tests - beta:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- test-rust:
rust-version: "beta"
Expand All @@ -327,7 +326,7 @@ jobs:

Generate Rust documentation:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- run:
Expand Down Expand Up @@ -359,7 +358,7 @@ jobs:

Publish Rust crates:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- run:
Expand Down Expand Up @@ -623,7 +622,7 @@ jobs:
glean-swift release:
docker:
- image: cimg/rust:1.60
- image: cimg/rust:1.61
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit e569b1e

Please sign in to comment.