change toolchain of style job into RUST_MIN_SRV

This commit is contained in:
dvvvvvv 2020-04-18 17:37:46 +09:00 committed by Abin Simon
parent fb931b5c9e
commit e98af44b7d

View file

@ -23,7 +23,7 @@ jobs:
- name: Install `rust` toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: ${{ env.RUST_MIN_SRV }}
override: true
profile: minimal # minimal component installation (ie, no documentation)
components: rustfmt, clippy