Bump MSRV to 1.53

This commit is contained in:
Roderick van Domburg 2022-01-03 01:01:29 +01:00
parent 60d78b6b58
commit 84e3fe5558
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A

View file

@ -55,7 +55,7 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain:
- 1.51 # MSRV (Minimum supported rust version)
- 1.53 # MSRV (Minimum supported rust version)
- stable
experimental: [false]
# Ignore failures in beta
@ -113,7 +113,7 @@ jobs:
matrix:
os: [windows-latest]
toolchain:
- 1.48 # MSRV (Minimum supported rust version)
- 1.53 # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code
@ -160,7 +160,7 @@ jobs:
os: [ubuntu-latest]
target: [armv7-unknown-linux-gnueabihf]
toolchain:
- 1.48 # MSRV (Minimum supported rust version)
- 1.53 # MSRV (Minimum supported rust version)
- stable
steps:
- name: Checkout code