itm
itm copied to clipboard
failed to select a version for the requirement `funty = "~1.2"`
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?
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.