update MSRV to 1.72

This commit is contained in:
Zhang Jingqiang 2023-08-24 19:33:14 +08:00
parent 3e64adffdc
commit 3f2fd22e6a
7 changed files with 5 additions and 8 deletions

View file

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