From a06b947ec56d10c3458699ed3a7de93b490d13a0 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Thu, 13 Oct 2022 13:02:31 +0300 Subject: [PATCH] feat: bump MSRV - bump MSRV in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83004438..35d4a6e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - rust: [stable, 1.57.0] + rust: [stable, 1.59.0] steps: - uses: actions/checkout@master