Skip to content

Bump backtrace from 0.3.72 to 0.3.73 #607

Bump backtrace from 0.3.72 to 0.3.73

Bump backtrace from 0.3.72 to 0.3.73 #607

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