-
Notifications
You must be signed in to change notification settings - Fork 44
Error when running "cargo build --release --example muta-chain" #478
Comments
This problem is because zeroize v0.9.3 has been cleared in crate. You can manually download zeroize v0.9.3 and put it under |
Not work for me. Could you provide one docker file for build, or just the muta-chain binary file. Thanks! |
this is a example of muta. https://filetransfer.io/data-package/gsKoFLSs#link |
I'm getting the following error while running the build command:
|
Just following the getting started guide and ran into the following error when trying to do a "cargo build --release --example muta-chain"
I get the following error:
cargo build --release --example muta-chain
Updating crates.io index
Updating git repository
http://github.com/zeroqn/p2p
Updating git repository
https://github.com/graphql-rust/juniper
Updating git repository
https://github.com/tikv/rust-prometheus.git
error: failed to select a version for the requirement
zeroize = "^0.9.3"
candidate versions found which didn't match: 1.4.1, 1.4.0, 1.3.0, ...
location searched: crates.io index
required by package
amcl_wrapper v0.2.1
... which is depended on by
bls_amcl v0.7.0
... which is depended on by
ophelia-bls-amcl v0.3.0
... which is depended on by
common-crypto v0.2.1 (/home/xxx/muta/common/crypto)
... which is depended on by
byzantine v0.2.1 (/home/xxx/muta/byzantine)
... which is depended on by
cli v0.2.1 (/home/xxx/muta/core/cli)
... which is depended on by
muta v0.2.1 (/home/xxx/muta)
I see the version requirements do not match, not sure if I should try changing it since its a dependency, any help appreciated thank you!
The text was updated successfully, but these errors were encountered: