From 29c819c6ba2f95a4d5c22075bec86b2698681041 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 2 Jun 2022 12:34:31 +0200 Subject: [PATCH] Bump MSRV to 1.59 --- .github/workflows/check.yaml | 4 ++-- clippy.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 04ec53e09..f88efe3d7 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -23,7 +23,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.57.0" # MSRV + toolchain: "1.59.0" # MSRV target: x86_64-unknown-linux-musl profile: minimal override: true @@ -166,7 +166,7 @@ jobs: fail-fast: false # Continue other jobs if one fails to help filling the cache matrix: toolchain: - - "1.57.0" # MSRV + - "1.59.0" # MSRV - stable - beta - nightly diff --git a/clippy.toml b/clippy.toml index 23b32c17c..64b5fef25 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.57.0" +msrv = "1.59.0"