From 51e8ea49de4cf846ce756f8cd73a121f1b71d27d Mon Sep 17 00:00:00 2001 From: gluaxspeed Date: Tue, 10 Aug 2021 20:05:15 -0700 Subject: [PATCH] no circle ci image for rustc 1.54.0 yet --- .circleci/config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87c08e53ed..0bb6141c07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,7 +46,7 @@ commands: jobs: check-style: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - checkout @@ -61,7 +61,7 @@ jobs: clippy: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - checkout @@ -76,7 +76,7 @@ jobs: # code-cov: # docker: - # - image: cimg/rust:1.54.0.0 + # - image: cimg/rust:1.53.0.0 # resource_class: xlarge # environment: # RUSTC_BOOTSTRAP: 1 @@ -118,7 +118,7 @@ jobs: leo-executable: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - checkout @@ -136,7 +136,7 @@ jobs: leo-new: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -149,7 +149,7 @@ jobs: leo-init: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -162,7 +162,7 @@ jobs: leo-clean: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -175,7 +175,7 @@ jobs: leo-setup: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -188,7 +188,7 @@ jobs: leo-add-remove: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -201,7 +201,7 @@ jobs: leo-check-constraints: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -214,7 +214,7 @@ jobs: leo-login-logout: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -227,7 +227,7 @@ jobs: leo-clone: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: @@ -240,7 +240,7 @@ jobs: leo-publish: docker: - - image: cimg/rust:1.54.0 + - image: cimg/rust:1.53.0 resource_class: xlarge steps: - attach_workspace: