Fix compiling by features

This commit is contained in:
Jackson Coxson
2025-02-25 21:16:42 -07:00
parent 44142dbdbe
commit 1fd55f6317
4 changed files with 13 additions and 3 deletions

4
justfile Normal file
View File

@@ -0,0 +1,4 @@
check-features:
cd idevice
cargo hack check --feature-powerset --no-dev-deps
cd ..