Skip to content

build(deps): bump serde from 1.0.183 to 1.0.185 #1394

build(deps): bump serde from 1.0.183 to 1.0.185

build(deps): bump serde from 1.0.183 to 1.0.185 #1394

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
run: rustup show
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace