From a391c4eab3eec3598a62ced3e75e5a09038c5166 Mon Sep 17 00:00:00 2001 From: Costin Lupu Date: Mon, 8 Jan 2024 17:51:07 +0100 Subject: [PATCH] Revert ".github/workflows/ci.yml: Restrict dtolnay/rust-toolchain action to Rust 1.60 for Clippy" This reverts commit 14dfa05ddd7bb008366ebbe143ddb53b66905309. Signed-off-by: Costin Lupu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 201edd9e..ab527c04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.60 + - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - run: rustup component add clippy - run: cargo clippy --all