Use nightly in cargo fmt

This commit is contained in:
Clémentine Urquizar - curqui 2022-12-08 11:51:13 +01:00 committed by GitHub
parent f4dc4c5d8d
commit 5023d36ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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