Skip to content

fix(deps): update rust crate xmc4100 to 0.7.0 #423

fix(deps): update rust crate xmc4100 to 0.7.0

fix(deps): update rust crate xmc4100 to 0.7.0 #423

Workflow file for this run

on: push
name: Format
jobs:
rustfmt:
name: Format
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected]
- name: Install nightly toolchain with rustfmt available
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- name: Run cargo fmt
uses: actions-rs/[email protected]
with:
command: fmt
args: --all -- --check