error: failed to select a version for hidapi
.
#9294
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
E-easy
Experience: Easy
Problem
I am trying to add the crate 'hidapi' to my project, but I have a dependency issue. I don't know how to resolve this.
When I execute cargo build, I get the following:
When I change the hidapi versio, the error remains.
Steps
ledger = "0.2.5"
ledger-transport-hid = "0.8.0"
ledger-apdu = "0.8.0"
ledger-transport = "0.8.0"
hidapi = "0.5.2"
Execute cargo build
Eventually, change hidapi to other versions that meet the requirements.
Notes
Output of
cargo version
: cargo 1.49.0 (d00d64d 2020-12-05)I am working on Debian 10.
The text was updated successfully, but these errors were encountered: