Skip to content

Bump thiserror from 1.0.64 to 1.0.68 #512

Bump thiserror from 1.0.64 to 1.0.68

Bump thiserror from 1.0.64 to 1.0.68 #512

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose