bouffalolab / BLOpenFlasher

Apache License 2.0
17 stars 4 forks source link

compile fails due to missing funty = "~1.2 #3

Open ardenking opened 1 year ago

ardenking commented 1 year ago

hi there I get the following message on debian when trying to install

~/blflash/blflash $ sudo cargo install --path . Installing blflash v0.3.3 (/home/arden/blflash/blflash) Updating crates.io index 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)

any help would be appreciated

benhadad commented 1 year ago

Espflash v2 had a similar issue, and it was fixed 3 weeks ago. adding as a possible reference for a fix. https://github.com/esp-rs/espflash/issues/297