fix: MSRV is now 1.70.0 (#593)

This commit is contained in:
a-kenji
2023-10-25 09:44:36 +00:00
committed by GitHub
parent c597b87f72
commit a2f2bd5df5
3 changed files with 4 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
toolchain: [ "1.67.0", "stable" ]
toolchain: [ "1.70.0", "stable" ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
@@ -135,7 +135,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
toolchain: [ "1.67.0", "stable" ]
toolchain: [ "1.70.0", "stable" ]
backend: [ crossterm, termion, termwiz ]
exclude:
# termion is not supported on windows