From 94f20c8fc28e1eaa932cbd9d8494d5bc8e1b34a5 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 6 Jan 2023 00:42:20 +0900 Subject: [PATCH] Update rustfmt and clippy on Ci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f528041e..62a5643a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,7 @@ commands: type: boolean default: false steps: - - run: rustup component add clippy --toolchain nightly-2022-01-27-x86_64-unknown-linux-gnu + - run: rustup component add clippy --toolchain nightly-2022-07-19-x86_64-unknown-linux-gnu - run: cargo clippy <<^parameters.no_feature>>--no-default-features --features="${FEATURES}"<> --release -p <> -- -D warnings run_with_coverage: @@ -112,7 +112,7 @@ jobs: name: default steps: - restore_env - - run: rustup component add rustfmt --toolchain nightly-2022-01-27-x86_64-unknown-linux-gnu + - run: rustup component add rustfmt --toolchain nightly-2022-07-19-x86_64-unknown-linux-gnu - run: cargo fmt --all -- --check clippy: