From 84e3fe5558eecd3f427621f343ce69d4740dcd8a Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Mon, 3 Jan 2022 01:01:29 +0100 Subject: [PATCH] Bump MSRV to 1.53 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62931b86..9535537a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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