Bump MSRV (#564)

* Bump MSRV

* Fix updated snapshot
This commit is contained in:
Lucien Greathouse
2022-06-29 18:41:37 -04:00
committed by GitHub
parent 0d1bc0d7fe
commit 8ea41480b7
3 changed files with 7 additions and 11 deletions

View File

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