From c2840eae4ae27910687b429ad8e9ee834376694b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 19 Feb 2022 10:34:20 +0100 Subject: Update MSRV to 1.48.0 Signed-off-by: Matthias Beyer --- .github/workflows/msrv.yml | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index 25fc2f2..2f500eb 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: rust: - - 1.46.0 + - 1.48.0 - stable - beta - nightly @@ -45,7 +45,7 @@ jobs: strategy: matrix: rust: - - 1.46.0 + - 1.48.0 - stable - beta - nightly @@ -61,14 +61,14 @@ jobs: override: true - name: Run cargo test - if: matrix.rust != 'nightly' && matrix.rust != '1.46.0' + if: matrix.rust != 'nightly' && matrix.rust != '1.48.0' uses: actions-rs/cargo@v1 with: command: test args: --all-features - name: Run cargo test (nightly) - if: matrix.rust == '1.46.0' + if: matrix.rust == '1.48.0' continue-on-error: true uses: actions-rs/cargo@v1 with: @@ -145,7 +145,7 @@ jobs: strategy: matrix: rust: - - 1.46.0 + - 1.48.0 - stable steps: diff --git a/README.md b/README.md index 279ce9b..e7b5992 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ more usage information. ## MSRV -We currently support Rust 1.46.0 and newer. +We currently support Rust 1.48.0 and newer. ## License -- cgit v1.2.3