chore(actions) always use the latest stable toolchain

This commit is contained in:
Datong Sun 2021-10-21 03:46:45 -07:00
parent 49665b906f
commit f667f56747

View File

@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run lint
run: cargo clippy --verbose
- name: Build