Skip to content

Update pyo3 to v0.21 #297

Update pyo3 to v0.21

Update pyo3 to v0.21 #297

Workflow file for this run

name: Lint-Rustfmt
on:
pull_request:
branches: [ develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rustfmt
run: cargo fmt -- --check --files-with-diff