Skip to content

Commit 5ce8812

Browse files
committed
hidapi-async: update libusb/hidapi submodule of the hidapi dep
This fixes BitBoxSwiss#43 - a regression where libusb/hidapi would report the interface number of both (HWW and U2F) as 0 instead of 0 and 1 on macOS 13.3. The fix is to pull the upstream fix: libusb/hidapi#534. hidapi-rs was forked to benma/hidapi-rs to pull in the latest libusb/hidapi that contains the fix.
1 parent 72660c2 commit 5ce8812

File tree

9 files changed

+598
-541
lines changed

9 files changed

+598
-541
lines changed

.cargo/config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[target.x86_64-apple-darwin]
2-
linker = "x86_64-apple-darwin20.2-clang"
3-
ar = "x86_64-apple-darwin20.2-ar"
2+
linker = "x86_64-apple-darwin21.4-clang"
3+
ar = "x86_64-apple-darwin21.4-ar"
44

55
[target.aarch64-apple-darwin]
6-
linker = "aarch64-apple-darwin20.2-clang"
7-
ar = "aarch64-apple-darwin20.2-ar"
6+
linker = "aarch64-apple-darwin21.4-clang"
7+
ar = "aarch64-apple-darwin21.4-ar"
88

99
[target.x86_64-pc-windows-gnu]
1010
linker = "x86_64-w64-mingw32-gcc"

0 commit comments

Comments
 (0)