Replace is-terminal with std's and bump MSRV to 1.70

This commit is contained in:
oxalica 2023-07-19 17:11:57 +08:00
parent 0c4934ad67
commit f2d4f15e30
5 changed files with 3 additions and 5 deletions

View file

@ -37,7 +37,7 @@ jobs:
include:
- os: ubuntu-latest
# Should be sync with Cargo.toml
channel: '1.68'
channel: '1.70'
runs-on: ${{ matrix.os }}
steps:
- name: Checkout