Skip to content

Update bindgen requirement from 0.69.1 to 0.70.0 #83

Update bindgen requirement from 0.69.1 to 0.70.0

Update bindgen requirement from 0.69.1 to 0.70.0 #83

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose