Update MSRV to 1.66

This commit is contained in:
aaron 2024-03-18 14:41:58 -07:00 committed by GitHub
parent acde3cca9c
commit 3f44270bfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.65", stable]
rust: ["1.66", stable]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master