feat: bump MSRV

- bump MSRV in CI
This commit is contained in:
Alexander Zaitsev 2022-10-13 13:02:31 +03:00 committed by GitHub
parent ecbd2ce5c2
commit a06b947ec5
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, 1.57.0]
rust: [stable, 1.59.0]
steps:
- uses: actions/checkout@master