Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitvec needs funty 1.2 not found #13

Open
ardenking opened this issue Dec 7, 2022 · 3 comments
Open

bitvec needs funty 1.2 not found #13

ardenking opened this issue Dec 7, 2022 · 3 comments

Comments

@ardenking
Copy link

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)

@spacemeowx2
Copy link
Owner

ferrilab/funty#7

@benhadad
Copy link

benhadad commented Dec 25, 2022

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

@jvasile
Copy link

jvasile commented Jun 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants