Skip to content

Commit

Permalink
Fix CI Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 12, 2024
1 parent 38cb990 commit a321270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.70
- 1.70.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand All @@ -27,7 +27,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.70
- 1.70.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit a321270

Please sign in to comment.