From cf4938dcd672c7ae64321308e6a2fd4e1b2ca18a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 27 Jul 2022 18:45:46 +0300 Subject: [PATCH] ci: update the msrv in matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8536c9..c946c6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - macos-latest - windows-latest rust: - - 1.51.0 # msrv + - 1.59.0 # msrv - stable - beta - nightly