You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
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!