From 2aef39e90d39c247cc89ccc31628468c9a9f60de Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Sun, 11 Jun 2023 17:33:20 +0300 Subject: [PATCH] Update Clippy version (#534) --- .github/workflows/workspace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 9eb18c43..bf1fd1bb 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -28,6 +28,6 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.56.0 + toolchain: 1.70.0 components: clippy - run: cargo clippy --all --all-features -- -D warnings