Skip to content

Bump serde from 1.0.152 to 1.0.171 #381

Bump serde from 1.0.152 to 1.0.171

Bump serde from 1.0.152 to 1.0.171 #381

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: rustup default ${{ matrix.channel }}
- uses: rust-lang/simpleinfra/github-actions/simple-ci@master
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
channel: [stable, beta, nightly]