Skip to content

Bump pyo3 from 0.22.2 to 0.22.4 in /citiespy #200

Bump pyo3 from 0.22.2 to 0.22.4 in /citiespy

Bump pyo3 from 0.22.2 to 0.22.4 in /citiespy #200

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
paths:
- "citiespy/**"
- "src/**"
- ".github/workflows/rust.yaml"
- "upstream/*"
- "rust-toolchain.toml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build
- run: cargo test