style: format

This commit is contained in:
J / Jacob Babich
2024-10-08 19:07:27 -04:00
parent 7202c4fb2a
commit 50af83f1f8

View File

@@ -31,7 +31,7 @@ jobs:
- name: Formatting - name: Formatting
run: cargo fmt --check --verbose run: cargo fmt --check --verbose
- name: cargo-deny - name: cargo-deny
uses: EmbarkStudios/cargo-deny-action@v2 uses: EmbarkStudios/cargo-deny-action@v2
@@ -203,10 +203,10 @@ jobs:
supporteds: supporteds:
- runner: macos-latest - runner: macos-latest
target: aarch64-apple-darwin target: aarch64-apple-darwin
- runner: ubuntu-latest - runner: ubuntu-latest
target: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu
- runner: windows-latest - runner: windows-latest
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }}) name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }})
@@ -228,7 +228,7 @@ jobs:
with: with:
shared-key: ${{ matrix.supporteds.target }}-latest-variable shared-key: ${{ matrix.supporteds.target }}-latest-variable
cache-on-failure: "true" cache-on-failure: "true"
- name: Verify MSRV (minimum supported Rust version) - name: Verify MSRV (minimum supported Rust version)
run: cargo msrv verify run: cargo msrv verify
working-directory: ${{ matrix.crate_directory }} working-directory: ${{ matrix.crate_directory }}