Skip to content

feat(deps): bump serde_json from 1.0.108 to 1.0.109 #296

feat(deps): bump serde_json from 1.0.108 to 1.0.109

feat(deps): bump serde_json from 1.0.108 to 1.0.109 #296

Workflow file for this run

name: Rust CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose