Skip to content

bump version to 0.8.3 #76

bump version to 0.8.3

bump version to 0.8.3 #76

Workflow file for this run

name: Rustfmt
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}