feat: rework USB auth (#60)

* feat: rework USB auth

* ci: run clippy with `--all-features`
This commit is contained in:
cocool97
2024-11-18 14:43:40 +01:00
committed by GitHub
parent 2f08e5e16d
commit 507796887b
5 changed files with 112 additions and 86 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup component add clippy
- name: Run clippy
run : cargo clippy
run : cargo clippy --all-features
fmt:
name: "fmt"