Skip to content

Commit

Permalink
chore: pin Rust 1.60.0 (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethowitz authored Jun 3, 2022
1 parent b696e71 commit fdc97bc
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 @@ -11,8 +11,8 @@ commands:
- run:
name: Setup Rust
command: |
rustup install stable
rustup default stable
rustup install 1.60.0
rustup default 1.60.0
rustup update
rustc --version
setup-rust-check:
Expand Down Expand Up @@ -163,7 +163,7 @@ commands:
jobs:
checks:
docker:
- image: circleci/rust:latest
- image: cimg/rust:1.60.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand All @@ -179,7 +179,7 @@ jobs:

build-and-test:
docker:
- image: circleci/rust:latest
- image: cimg/rust:1.60.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down

0 comments on commit fdc97bc

Please sign in to comment.