Update the required Rust version to 1.66.1

The first 2021 edition was version 1.56. I am guessing that
the intent was to test on the version that was stable at the time
of latest version release.
This commit is contained in:
C J Silverio 2023-01-23 17:26:44 -08:00
parent 89668d9689
commit 9d6014f30d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [1.54.0, stable]
rust: [1.66.1, stable]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: