ci: bump rustfmt (#883)

This commit is contained in:
Paolo Barbolini
2023-06-23 09:12:28 +02:00
committed by GitHub
parent 7e9fff9bd0
commit 7fee8dc5a8

View File

@@ -13,7 +13,7 @@ env:
jobs:
rustfmt:
name: rustfmt / nightly-2022-11-12
name: rustfmt / nightly-2023-06-22
runs-on: ubuntu-latest
steps:
@@ -22,7 +22,7 @@ jobs:
- name: Install rust
run: |
rustup default nightly-2022-11-12
rustup default nightly-2023-06-22
rustup component add rustfmt
- name: cargo fmt