Skip to content

Bump serde_json from 1.0.129 to 1.0.132 #220

Bump serde_json from 1.0.129 to 1.0.132

Bump serde_json from 1.0.129 to 1.0.132 #220

Workflow file for this run

name: Rust CI
on:
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: rust-cargo
run: cargo test