increase MSRV to 1.70 (#72)

* increase MSRV to 1.70

* g3bench: use IsTerminal in stdlib

---------

Co-authored-by: Zhang Jingqiang <zh_jq@outlook.com>
This commit is contained in:
Zhang Jingqiang Working 2023-06-02 10:28:24 +08:00 committed by GitHub
parent 2829206337
commit 0b67587d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 14 deletions

View file

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