diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 745e45b..db742a0 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -17,7 +17,7 @@ required-features = ["std"] [dependencies] libc = { version = "0.2", optional = true } -hidapi = { version = "1.2", optional = true } +hidapi = { version = "1.2", default-features = false, features = ["linux-static-hidraw"], optional = true } redox_hwio = { version = "0.1.3", optional = true } [features]