use MSRV 1.73

This commit is contained in:
Zhang Jingqiang 2023-10-10 10:59:28 +08:00
parent 8569043e59
commit 4eec48903f
21 changed files with 32 additions and 47 deletions

View file

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