Skip to content

Bump serde_json from 1.0.121 to 1.0.122 #215

Bump serde_json from 1.0.121 to 1.0.122

Bump serde_json from 1.0.121 to 1.0.122 #215

Workflow file for this run

name: observatory
on:
pull_request:
paths:
- ".github/workflows/observatory.yml"
- "Cargo.*"
- "observatory/**"
push:
branches:
- main
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.74 # MSRV
- stable
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo build