Update MSRV to 1.67

There is surely a better way of doing this, but this is low barrier to entry.
This commit is contained in:
aaron 2024-03-18 14:44:46 -07:00 committed by GitHub
parent 3f44270bfc
commit 44ef696727
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.66", stable]
rust: ["1.67", stable]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master