meta: latest nightly for lint (#675)

This commit is contained in:
Roman Krasiuk
2023-01-02 13:40:29 +02:00
committed by GitHub
parent e73b0019fa
commit fc977b27bd

View File

@ -143,9 +143,8 @@ jobs:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install toolchain - name: Install toolchain
uses: dtolnay/rust-toolchain@master uses: dtolnay/rust-toolchain@nightly
with: with:
toolchain: nightly-2022-12-27
components: rustfmt, clippy components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with: