Skip to content

Bump serde from 1.0.213 to 1.0.215 #230

Bump serde from 1.0.213 to 1.0.215

Bump serde from 1.0.213 to 1.0.215 #230

Workflow file for this run

name: Rust CI
on:
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: rust-cargo
run: cargo test