From bb4f93cba1f4c72c38da3f3c01be877a57c344ef Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 11 Sep 2023 10:07:11 +0200 Subject: [PATCH] MSRV: 1.64.0 -> 1.66.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 83dc37b8..03ccba18 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: rust: - - 1.64.0 + - 1.66.0 - stable - beta - nightly @@ -39,7 +39,7 @@ jobs: strategy: matrix: rust: - - 1.64.0 + - 1.66.0 - stable - beta - nightly @@ -57,7 +57,7 @@ jobs: run: cargo test --all-features - name: Run cargo test (nightly) - if: matrix.rust == '1.64.0' + if: matrix.rust == '1.66.0' continue-on-error: true run: cargo test --tests --all-features @@ -95,7 +95,7 @@ jobs: strategy: matrix: rust: - - 1.64.0 + - 1.66.0 - stable steps: - name: Checkout sources @@ -117,7 +117,7 @@ jobs: strategy: matrix: rust: - - 1.64.0 + - 1.66.0 - stable steps: diff --git a/README.md b/README.md index 48f90798..badab891 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ more usage information. ## MSRV -We currently support Rust 1.64.0 and newer. +We currently support Rust 1.66.0 and newer. ## License