Skip to content

Bump serde_json from 1.0.116 to 1.0.117 #404

Bump serde_json from 1.0.116 to 1.0.117

Bump serde_json from 1.0.116 to 1.0.117 #404

Workflow file for this run

on: [push, pull_request]
name: clippy
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/cargo@v1
with:
command: clippy