From 81ac1a2c4edf9534c5c619e23829d70bc0af823c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 Oct 2023 17:53:12 +0200 Subject: Update MSRV: 1.66.0 -> 1.70.0 Signed-off-by: Matthias Beyer --- .github/workflows/cron.yml | 2 +- .github/workflows/msrv.yml | 8 ++++---- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 40c8fad..57e58a2 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: rust: - - 1.66.0 + - 1.70.0 - stable steps: diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index 85395bc..49b3356 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: rust: - - 1.66.0 + - 1.70.0 - stable - beta - nightly @@ -39,7 +39,7 @@ jobs: strategy: matrix: rust: - - 1.66.0 + - 1.70.0 - stable - beta - nightly @@ -95,7 +95,7 @@ jobs: strategy: matrix: rust: - - 1.66.0 + - 1.70.0 - 1.73.0 steps: - name: Checkout sources @@ -117,7 +117,7 @@ jobs: strategy: matrix: rust: - - 1.66.0 + - 1.70.0 - 1.73.0 steps: diff --git a/README.md b/README.md index daa762b..dca5c14 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ more usage information. ## MSRV -We currently support Rust 1.66.0 and newer. +We currently support Rust 1.70.0 and newer. ## License -- cgit v1.2.3