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