itm icon indicating copy to clipboard operation
itm copied to clipboard

failed to select a version for the requirement `funty = "~1.2"`

Open TonywithZhang opened this issue 2 years ago • 1 comments

Failed to install. got an error: error: failed to compile itm-decode v0.6.1, intermediate artifacts can be found at /var/folders/js/wr30wyx17xq4x6qkvnmr_ztr0000gn/T/cargo-installxE3DwX

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: sjtu index (which is replacing registry crates-io) required by package bitvec v0.22.0 ... which satisfies dependency bitvec = "^0.22" of package itm-decode v0.6.1 perhaps a crate was updated and forgotten to be re-vendored?

Anyone got the same error?

TonywithZhang avatar Nov 22 '22 14:11 TonywithZhang

Known error. Resolved in #16. Try installing with --locked which forces the build of yanked releases. Otherwise HEAD of master. The latter is recommended: 0.6 is no longer maintained.

tmplt avatar Nov 22 '22 18:11 tmplt