diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cda6ff4..c50284a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Stable Cargo - uses: actions-rs/cargo@v1 + uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable