Skip to content

Commit

Permalink
bumped rust version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Oct 30, 2024
1 parent 5238713 commit d113a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [ push, pull_request ]

name: Check

Expand All @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0
- 1.82.0
- stable
steps:
- name: Checkout sources
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0
- 1.82.0
- stable
steps:
- name: Checkout sources
Expand Down

0 comments on commit d113a49

Please sign in to comment.