blflash
blflash copied to clipboard
bitvec needs funty 1.2 not found
Hi there get the following when trying to compile using cargo can ideas of work around
error: failed to compile blflash v0.3.3 (/home/arden/blflash/blflash)
, intermediate artifacts can be found at /home/arden/blflash/target
Caused by:
failed to select a version for the requirement funty = "~1.2"
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: crates.io index
required by package bitvec v0.22.3
... which is depended on by blflash v0.3.3 (/home/arden/blflash/blflash)
https://github.com/ferrilab/funty/issues/7
Having this issue, any update. Seems according to bitvec that bitvec version 1 or higher should be used and no longer use 22.3.
Something like this will get you a working blflash:
cargo install --git https://github.com/spacemeowx2/blflash.git --rev 1ca52ac4dd809d9ba5d7d04a9751964cabff03b1 blflash
That installs from git, not from cargo.