You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: