From fdc97bce4636007df3200859c4d467b29539ffd8 Mon Sep 17 00:00:00 2001 From: Ethan Donowitz <8703826+ethowitz@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:30:11 -0400 Subject: [PATCH] chore: pin Rust 1.60.0 (#1326) --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 575a9fbc60..f74660379d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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