meta: stable toolchain (#640)

* switch ci toolchain to stable

* revert fmt & clippy to nightly
This commit is contained in:
Roman Krasiuk
2022-12-29 14:55:06 +02:00
committed by GitHub
parent 565a0aa90b
commit 208118caa4
2 changed files with 4 additions and 8 deletions

View File

@ -23,9 +23,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2022-12-27
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
with:
@ -105,9 +104,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2022-12-27
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
with: