-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Ran 'make init' successfully in zeropool-substrate-devnet. But 'make run' produced an error:
error: failed to select a version for the requirement aesni = "^0.7"
Full screen dump:
(base) mcarroll@mike:~/Documents/rust/private_ml/zeropool-substrate/zeropool-substrate-devnet$ make run
cargo +nightly-2020-10-05 build --release
Updating crates.io index
Updating git repository https://github.com/zeropoolnetwork/bn.git
Updating git repository https://github.com/zeropoolnetwork/borsh.git
Updating git repository https://github.com/zeropoolnetwork/fawkes-crypto.git
Updating git repository https://github.com/Xanewok/json
error: failed to select a version for the requirement aesni = "^0.7"
candidate versions found which didn't match: 0.99.99, 0.10.0, 0.9.0, ...
location searched: crates.io index
required by package aes v0.4.0
... which is depended on by aes-gcm v0.6.0
... which is depended on by snow v0.7.1
... which is depended on by libp2p-noise v0.24.0
... which is depended on by libp2p v0.28.1
... which is depended on by sc-cli v0.8.0
... which is depended on by zeropool-substrate-node v2.0.0 (/home/mcarroll/Documents/rust/private_ml/zeropool-substrate/zeropool-substrate-devnet/node)
make: *** [Makefile:15: run] Error 101