Skip to content

⬆️ Update bindgen requirement from 0.66.1 to 0.68.1 #71

⬆️ Update bindgen requirement from 0.66.1 to 0.68.1

⬆️ Update bindgen requirement from 0.66.1 to 0.68.1 #71

Workflow file for this run

name: Rust
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Install llvm
run: sudo apt-get install -y llvm
- name: Build
run: cargo build --verbose