Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
panyang1217 opened this issue Feb 21, 2021 · 2 comments

Comments

@panyang1217
Copy link

执行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
Copy link

bq1024 commented Feb 26, 2021

执行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.

是不是安装失败?

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

@mason0510
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants