update MSRV to 1.71

This commit is contained in:
Zhang Jingqiang 2023-08-18 10:30:41 +08:00
parent cf6694fc1e
commit d76776d962
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
- stable
- beta
- nightly
- "1.70" # MSRV
- "1.71" # MSRV
steps:
- name: Checkout sources
uses: actions/checkout@v3