Keep a nightly for rustfmt

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
Clément Renault 2022-11-24 16:54:40 +01:00 committed by GitHub
parent 3958db4b17
commit 3d06ea41ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: nightly
override: true override: true
components: rustfmt components: rustfmt
- name: Cache dependencies - name: Cache dependencies