Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo test Error #376

Open
bo-hub opened this issue Mar 25, 2024 · 0 comments
Open

Cargo test Error #376

bo-hub opened this issue Mar 25, 2024 · 0 comments

Comments

@bo-hub
Copy link

bo-hub commented Mar 25, 2024

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)

And my rust toolchain list is:

stable-x86_64-unknown-linux-gnu
nightly-2019-07-31-x86_64-unknown-linux-gnu (override)
nightly-x86_64-unknown-linux-gnu (default)
1.56.0-x86_64-unknown-linux-gnu

How to fix this?

Thanks inadvance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant