Skip to content

Commit

Permalink
Set MSRV to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 13, 2024
1 parent a321270 commit dd39000
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.0
- 1.74.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand All @@ -27,7 +27,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.70.0
- 1.74.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit dd39000

Please sign in to comment.