Skip to content

Commit

Permalink
Change MSRV in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxxep authored and petrochenkov committed Jan 10, 2024
1 parent 7594b56 commit 028bd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: ["1.66", stable, beta, nightly]
rust: ["1.60", stable, beta, nightly]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 028bd5b

Please sign in to comment.