Skip to content

Bump serde from 1.0.192 to 1.0.195 #135

Bump serde from 1.0.192 to 1.0.195

Bump serde from 1.0.192 to 1.0.195 #135

Workflow file for this run

name: check
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo fmt --check
- run: cargo check
- run: |
cargo install --locked cargo-deny
cargo deny check