From 225bffd96dc2a8c26af2b1f3220b1d1f13de167e Mon Sep 17 00:00:00 2001 From: Belousov Maksim Date: Sun, 27 Aug 2023 21:58:02 +0400 Subject: [PATCH] chore: increase MSRV to 1.63 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f485d73..cc16352 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [1.60.0, stable] + rust: [1.63.0, stable] steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [1.60.0, stable, beta] + rust: [1.63.0, stable, beta] redis-version: [6] steps: - uses: actions/checkout@v3