blob: c9cfdd3d1595efa3b6f57bc65c0fed8225b53cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Cargo.toml b/Cargo.toml
index ae28f90..890602d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ beyond-lib = { path = "./beyond-lib", version = "*" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
serde = { version = "1.0", features = ["derive"] }
-hidapi = "2.6"
+hidapi = { version = "2.6", default-features = false, features = ["linux-shared-hidraw"] }
rusb = "0.9.4"
dfu-libusb = "0.6.2"
|