Use nightly for cargo fmt in CI

This commit is contained in:
Clémentine Urquizar 2022-06-15 10:33:03 +02:00
parent 053071d866
commit 44e004d895
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 1 additions and 1 deletions

View File

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