Skip to content

dice-mfg: bump version 0.1.1 -> 0.2.0 #421

dice-mfg: bump version 0.1.1 -> 0.2.0

dice-mfg: bump version 0.1.1 -> 0.2.0 #421

Workflow file for this run

name: formatting
on: [push, pull_request]
jobs:
format:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo fmt --check