Skip to content

Update Cargo.lock to account for new version number in dice-mfg. #425

Update Cargo.lock to account for new version number in dice-mfg.

Update Cargo.lock to account for new version number in dice-mfg. #425

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