Skip to content

chore(deps): Update pyo3 requirement from 0.21 to 0.22 #374

chore(deps): Update pyo3 requirement from 0.21 to 0.22

chore(deps): Update pyo3 requirement from 0.21 to 0.22 #374

Workflow file for this run

name: Rust (Windows)
on:
push:
branches: [ main ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test