Skip to content

Commit

Permalink
update msrv of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro committed Oct 30, 2024
1 parent 9b087cb commit c1cc419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1cc419

Please sign in to comment.