Skip to content

Bump serde_json from 1.0.115 to 1.0.116 #194

Bump serde_json from 1.0.115 to 1.0.116

Bump serde_json from 1.0.115 to 1.0.116 #194

Workflow file for this run

on: [ push ]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test