Update CI

This commit is contained in:
Sunli 2020-09-09 11:05:57 +08:00
parent faee30d344
commit a1bcfd8d70
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0
toolchain: stable
override: true
components: clippy, rustfmt
- name: Check format

View File

@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0
toolchain: stable
override: true
- name: Checkout
uses: actions/checkout@v2