Skip to content

Bump serde from 1.0.190 to 1.0.195 #41

Bump serde from 1.0.190 to 1.0.195

Bump serde from 1.0.190 to 1.0.195 #41

Workflow file for this run

name: main
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose