update MSRV

This commit is contained in:
Jason Gray 2022-05-23 13:40:00 -05:00 committed by GitHub
parent 0b7508a2bf
commit a433f2b911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- 1.53 # MSRV (Minimum supported rust version)
- 1.56 # MSRV (Minimum supported rust version)
- stable
- beta
experimental: [false]