From 84496a92393dc69fddb25434174e59bbc5b04e50 Mon Sep 17 00:00:00 2001 From: DrPeterVanNostrand Date: Thu, 10 Mar 2022 16:52:41 +0000 Subject: [PATCH] build: use rust 1.56.0 --- .circleci/config.yml | 6 +++--- rust-toolchain | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 03d089f1d..cb1eb8e6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: nightly-toolchain: type: string - default: "nightly-2021-04-24" + default: "nightly-2022-03-09" executors: default: @@ -340,7 +340,7 @@ commands: - run: cp -R ~/.cargo ~/.rustup /tmp/ - save_cache: name: "Save rustup cache" - key: cargo-v28-e-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }} + key: cargo-v29-e-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }} paths: - /tmp/.cargo - /tmp/.rustup @@ -348,7 +348,7 @@ commands: steps: - restore_cache: name: "Restore rustup cache" - key: cargo-v28-e-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }} + key: cargo-v29-e-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }} # Cache might not be created yet, hence ignore if the move fails - run: cp -R /tmp/.cargo /tmp/.rustup ~/ || true save_parameter_cache: diff --git a/rust-toolchain b/rust-toolchain index b7921ae87..3ebf789f5 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.54.0 +1.56.0