From 898ef3ab6217a53ed9b4b44fcf02f5623dc82cd9 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 26 May 2022 23:38:19 +0600 Subject: [PATCH] Update the `nightly` toolchain (CI) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b60d7eb..e990ad6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-02 + toolchain: nightly-2022-05-06 override: true components: rustfmt @@ -37,7 +37,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-02 + toolchain: nightly-2022-05-06 override: true components: clippy @@ -65,7 +65,7 @@ jobs: toolchain: beta features: "--features full" - rust: nightly - toolchain: nightly-2022-01-17 + toolchain: nightly-2022-05-06 features: "--all-features" - rust: msrv toolchain: "1.58.0"