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

View File

@ -83,7 +83,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