Skip to content

Bump serde from 1.0.160 to 1.0.162 #401

Bump serde from 1.0.160 to 1.0.162

Bump serde from 1.0.160 to 1.0.162 #401

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install build-essential pkg-config libssl-dev libncurses-dev libsqlite3-dev
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: cargo check
run: cargo check