chore: pin Rust 1.60.0 (#1326)

This commit is contained in:
Ethan Donowitz 2022-06-03 12:30:11 -04:00 committed by GitHub
parent b696e714aa
commit fdc97bce46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
@ -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
@ -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