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
user@laptop:~/casper-deploy-generator$ cargo run
Updating crates.io index
error: failed to select a version for the requirement `crypto-mac = "^0.7"`
candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
location searched: crates.io index
required by package `hmac v0.7.0`
... which is depended on by `hmac-drbg v0.2.0`
... which is depended on by `libsecp256k1 v0.3.2`
... which is depended on by `libp2p-core v0.23.1`
... which is depended on by `libp2p v0.29.1`
... which is depended on by `casper-node v1.1.1`
... which is depended on by `casper-deploy-generator v0.1.0 (/home/user/casper-deploy-generator)
It seems to me that the problem is with the depended package casper node.
So far what I have tried is to change version of this package, but the error still occurs.
The text was updated successfully, but these errors were encountered:
How to reproduce:
cargo run
in the repositoryIt seems to me that the problem is with the depended package casper node.
So far what I have tried is to change version of this package, but the error still occurs.
The text was updated successfully, but these errors were encountered: