Skip to content

fix(phantun): fix tokio-tun incompatiable API change #412

fix(phantun): fix tokio-tun incompatiable API change

fix(phantun): fix tokio-tun incompatiable API change #412

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run lint
run: cargo clippy --verbose
- name: Build
run: cargo build --verbose