Skip to content

Update bindgen requirement from 0.64.0 to 0.65.1 #74

Update bindgen requirement from 0.64.0 to 0.65.1

Update bindgen requirement from 0.64.0 to 0.65.1 #74

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