Update MSRV to try to fix CI workflow

This commit is contained in:
Lucien Greathouse
2023-04-22 15:58:14 -04:00
parent c0219922b2
commit bac30ae78b

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust_version: [stable, 1.58.1]
rust_version: [stable, 1.69.0]
steps:
- uses: actions/checkout@v3