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 build --release failed:could not find sync in ark_std #377

Open
yizhihuaqi opened this issue Jul 25, 2024 · 1 comment
Open

cargo build --release failed:could not find sync in ark_std #377

yizhihuaqi opened this issue Jul 25, 2024 · 1 comment

Comments

@yizhihuaqi
Copy link

when I run cargo build --release ,it reports error:could not find 'sync' in 'ark_std' .

@Rajil1213
Copy link

Ran into a similar issue while building another ark- package and solved it by adding the std patch in Cargo.toml:

[patch.crates-io]
ark-std = { git = "https://github.com/arkworks-rs/std/" }

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

2 participants