blflash icon indicating copy to clipboard operation
blflash copied to clipboard

bitvec needs funty 1.2 not found

Open ardenking opened this issue 2 years ago • 3 comments

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)

ardenking avatar Dec 07 '22 00:12 ardenking

https://github.com/ferrilab/funty/issues/7

spacemeowx2 avatar Dec 07 '22 08:12 spacemeowx2

Having this issue, any update. Seems according to bitvec that bitvec version 1 or higher should be used and no longer use 22.3.

benhadad avatar Dec 25 '22 08:12 benhadad

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.

jvasile avatar Jun 19 '23 20:06 jvasile