From c1cc419b8a16408a8da82c919bdc90e2bdead894 Mon Sep 17 00:00:00 2001 From: koushiro Date: Wed, 30 Oct 2024 14:42:06 +0800 Subject: [PATCH] update msrv of CI --- .github/workflows/ci_core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_core.yml b/.github/workflows/ci_core.yml index 1317b1b6590..ad2673056de 100644 --- a/.github/workflows/ci_core.yml +++ b/.github/workflows/ci_core.yml @@ -80,8 +80,8 @@ jobs: check_msrv: runs-on: ubuntu-latest env: - # OpenDAL's MSRV is 1.75. - OPENDAL_MSRV: "1.75" + # OpenDAL's MSRV is 1.80. + OPENDAL_MSRV: "1.80" steps: - uses: actions/checkout@v4 - name: Setup msrv of rust