Skip to content

chore(deps): bump serde from 1.0.188 to 1.0.193 #63

chore(deps): bump serde from 1.0.188 to 1.0.193

chore(deps): bump serde from 1.0.188 to 1.0.193 #63

Workflow file for this run

on: push
name: Clippy check
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features