Skip to content

bump version to 0.3.1 #3

bump version to 0.3.1

bump version to 0.3.1 #3

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu]
steps:
- uses: actions/checkout@v4
- name: Install libudev-dev
run: sudo apt-get install -y libudev-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose