We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sync
ark_std
when I run cargo build --release ,it reports error:could not find 'sync' in 'ark_std' .
cargo build --release
could not find 'sync' in 'ark_std'
The text was updated successfully, but these errors were encountered:
Ran into a similar issue while building another ark- package and solved it by adding the std patch in Cargo.toml:
ark-
std
Cargo.toml
[patch.crates-io] ark-std = { git = "https://github.com/arkworks-rs/std/" }
Sorry, something went wrong.
No branches or pull requests
when I run
cargo build --release
,it reports error:could not find 'sync' in 'ark_std'
.The text was updated successfully, but these errors were encountered: