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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: