From f694598dcdcc1fdd370508de018c6fd083bbbc56 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 26 Oct 2021 14:10:06 +0000 Subject: [PATCH 1/2] ci: fix nightly version for cirrus ci --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f1c4e41a268..4bef869c24f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -29,7 +29,7 @@ task: setup_script: - pkg install -y bash curl - curl https://sh.rustup.rs -sSf --output rustup.sh - - sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-07-09 + - sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-10-25 - . $HOME/.cargo/env - | echo "~~~~ rustc --version ~~~~" From cedc17c9d4b98cb073f949dae30f34c97c5dcdae Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 26 Oct 2021 14:29:04 +0000 Subject: [PATCH 2/2] poke ci