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
I am trying to run this projects. And when I ran cargo test, it returns this error below.
bob@bobvm:~/code/rust_demo/rust_lib_zk/bulletproofs$ cargo test
Updating crates.io index
error: failed to select a version for the requirement regex = "= 1.10.3"
candidate versions found which didn't match: 1.8.4, 1.8.3, 1.8.2, ...
location searched: crates.io index
required by package criterion v0.3.6
... which is depended on by bulletproofs v2.0.0 (/home/bob/code/rust_demo/rust_lib_zk/bulletproofs)
I am trying to run this projects. And when I ran
cargo test
, it returns this error below.And my rust toolchain list is:
How to fix this?
Thanks inadvance.
The text was updated successfully, but these errors were encountered: