From 45e294f74710239c5965204fcb5017d6580eb876 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Thu, 30 Sep 2021 09:29:49 -0700 Subject: [PATCH] [ci] Bump toolchain version. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57c48cc2..57ba6154 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ env: RUSTFLAGS: -D warnings # coverage collection depends on unstable features. # we want the CI results to all be from the same toolchain, so we set it up here. - RUSTUP_TOOLCHAIN: nightly-2021-03-24 + RUSTUP_TOOLCHAIN: nightly-2021-09-30 on: push: branches: