Skip to content

Commit

Permalink
Merge pull request #91 from mo8it/update_ci
Browse files Browse the repository at this point in the history
Use Rust 1.70 in stable for parse index
  • Loading branch information
idanarye committed Jun 10, 2023
2 parents 941e334 + 3c8827a commit 51203d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
rust: [1.69.0, nightly]
rust: [1.70.0, nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 51203d2

Please sign in to comment.