From 56262b270d7c6f777e4278eab5da0be9ab4fea7e Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Sat, 1 Jun 2024 10:14:33 -1000 Subject: [PATCH] ci: add back msrv --- .clippy.toml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index 56ce04e..b3c3a24 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.56.1" +msrv = "1.63.0" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7acd36d..01e202a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # Minumum Supported Rust Version (MSRV) is 1.56.1. - toolchain: [stable, beta, nightly] + # Minumum Supported Rust Version (MSRV) is 1.63.0. + toolchain: [1.63.0, stable, beta, nightly] steps: - uses: actions/checkout@v3 - name: Update Toolchain