Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Dec 9, 2024
1 parent 75db40e commit ab0fd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.63.0
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features -- --deny warnings
args: --all-features -- --deny warnings

0 comments on commit ab0fd7e

Please sign in to comment.