Skip to content

dice-mfg: absolute_path feature is stable in > 1.80 nightly #419

dice-mfg: absolute_path feature is stable in > 1.80 nightly

dice-mfg: absolute_path feature is stable in > 1.80 nightly #419

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