From d9cfc8dee3fac33ea6b5a837a1744f20c0f72fb3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 25 Jan 2023 11:08:27 +0100 Subject: [PATCH] Update MSRV: 1.59.0 -> 1.60.0 The is necessary because if the "toml" dependency is updated to 0.6.0, it requires 1.60.0 as MSRV. 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 e4ef15c8..ccc86142 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: rust: - - 1.59.0 + - 1.60.0 - stable - beta - nightly @@ -39,7 +39,7 @@ jobs: strategy: matrix: rust: - - 1.59.0 + - 1.60.0 - stable - beta - nightly @@ -57,7 +57,7 @@ jobs: run: cargo test --all-features - name: Run cargo test (nightly) - if: matrix.rust == '1.59.0' + if: matrix.rust == '1.60.0' continue-on-error: true run: cargo test --tests --all-features @@ -97,7 +97,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Install toolchain - uses: dtolnay/rust-toolchain@1.59.0 + uses: dtolnay/rust-toolchain@1.60.0 with: components: clippy @@ -111,7 +111,7 @@ jobs: strategy: matrix: rust: - - 1.59.0 + - 1.60.0 - stable steps: diff --git a/README.md b/README.md index 06b98313..9205c469 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ more usage information. ## MSRV -We currently support Rust 1.59.0 and newer. +We currently support Rust 1.60.0 and newer. ## License