Skip to content

Bump rustix from 0.37.11 to 0.37.25 #149

Bump rustix from 0.37.11 to 0.37.25

Bump rustix from 0.37.11 to 0.37.25 #149

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.64.0
- run: |
sudo apt-get update
sudo apt-get install -y pkg-config libudev-dev
- run: cargo test --all-features