From 7f9602fbc4595d648abd496df79ad91b3dd5ec8f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Jul 2021 15:49:34 -0500 Subject: [PATCH] chore(gh): Fix MSRV --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05dbf8d..35e0af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: No-default features run: cargo test --workspace --no-default-features msrv: - name: "Check MSRV: 1.44.0" + name: "Check MSRV: 1.53.0" needs: smoke runs-on: ubuntu-latest steps: @@ -72,7 +72,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.44.0 # MSRV + toolchain: 1.53.0 # MSRV profile: minimal - uses: Swatinem/rust-cache@v1 - name: Default features @@ -122,7 +122,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.44.0 # MSRV + toolchain: 1.53.0 # MSRV profile: minimal components: clippy - uses: Swatinem/rust-cache@v1