Skip to content

Commit

Permalink
ci: Update lowest rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed May 15, 2024
1 parent 3f682d2 commit f149a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["1.56.0", "stable", "nightly"]
toolchain: ["1.60.0", "stable", "nightly"]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit f149a55

Please sign in to comment.