Skip to content

Update Rust crate serde_json to 1.0.116 #371

Update Rust crate serde_json to 1.0.116

Update Rust crate serde_json to 1.0.116 #371

Workflow file for this run

on: push
name: Annotate code
jobs:
clippy_check:
name: Annotate code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features