Skip to content

Bump serde from 1.0.174 to 1.0.175 #145

Bump serde from 1.0.174 to 1.0.175

Bump serde from 1.0.174 to 1.0.175 #145

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: run tests
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: install rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: test
run: cargo test