bellperson icon indicating copy to clipboard operation
bellperson copied to clipboard

Cargo update 时报 Patch `bellperson v0.12.3 (/lotus/bellperson)` was not used in the crate graph.

Open panyang1217 opened this issue 4 years ago • 2 comments

执行cargo update时报如下警告:

    Updating crates.io index
warning: Patch `bellperson v0.12.3 (/lotus/bellperson)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.

是不是安装失败?

panyang1217 avatar Feb 21 '21 16:02 panyang1217

执行cargo update时报如下警告:

    Updating crates.io index
warning: Patch `bellperson v0.12.3 (/lotus/bellperson)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.

是不是安装失败?

我也报这个错,解决了吗?

bq1024 avatar Feb 26 '21 23:02 bq1024

make build/.filecoin-install cargo update -p bellperson --precise 0.12.3 thia can resolve this problem?

mason0510 avatar Mar 18 '21 09:03 mason0510