From cdc8047d8468350fed4fdde0a717f7a6fb4e02f8 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Tue, 25 Jan 2022 00:36:19 +0300 Subject: [PATCH] Update clippy, rustfmt and toolchain --- .github/workflows/ci.yml | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ad95ac..16523ee9 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-2021-12-19 + toolchain: nightly-2022-01-17 override: true components: rustfmt @@ -75,7 +75,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-12-19 + toolchain: nightly-2022-01-17 override: true components: clippy diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a3a5f28c..66a1979e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2021-12-19" +channel = "nightly-2022-01-17" components = ["rustfmt", "clippy"] profile = "minimal"