From 13065a92d1a485c2d15a2f221e5858431cfc23cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Fri, 19 Aug 2022 21:39:42 +0200 Subject: [PATCH] Bump MSRV to 1.56.1 Updating to this patch version should not be cumbersome for end-users, and it is required by a transitive dependency. --- .github/workflows/oxipng.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 4dc8d129..ae39ec88 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -19,7 +19,7 @@ jobs: - x86_64-apple-darwin toolchain: # Minimum stable - - "1.56.0" + - "1.56.1" - stable - beta - nightly