Set MSRV to 1.57.0

This commit is contained in:
Steve Myers 2022-07-26 12:35:41 -07:00
parent 04022787c4
commit 1a12f37a2f
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -12,7 +12,7 @@ jobs:
rust:
- version: 1.60.0 # STABLE
clippy: true
- version: 1.56.1 # MSRV
- version: 1.57.0 # MSRV
steps:
- name: checkout
uses: actions/checkout@v2