diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deee3e1..f7de669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,9 +145,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.rust }} - components: clippy + with: + toolchain: ${{ matrix.rust }} + components: clippy - name: Clippy run: cargo clippy --all-features