From 1362ff444616b6f8d0faf855553b6064504386e7 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 27 Oct 2020 15:43:28 -0400 Subject: [PATCH] upgrade CI compiler --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 44f8ec84..67200df1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: executors: rust: - docker: [{ image: rust:1.41.0 }] + docker: [{ image: rust:1.47.0 }] commands: restore_target: @@ -110,7 +110,7 @@ jobs: - attach_workspace: { at: C:\Users\circleci } - run: | $progressPreference = "silentlyContinue" - Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.41.0-x86_64-pc-windows-msvc.exe" -outfile rust.exe + Invoke-WebRequest "https://static.rust-lang.org/dist/rust-1.47.0-x86_64-pc-windows-msvc.exe" -outfile rust.exe - run: .\rust.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\Rust" - run: | $env:Path += ";C:\Program Files\Rust\bin"