-
Notifications
You must be signed in to change notification settings - Fork 212
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
Build Failed: use of unstable library feature 'array_from_fn' #367
Comments
Hi! The error is probably because we've updated the library to use features from a newer (but still stable) version of Rust. If using |
My rust should be the latest version, and the problem is still there. Do you have another fix?
|
Hm can you run |
|
Sorry, I meant the |
Summary of Bug
Version
commit f6df807
Update ark-snark to ark-algebra (#366)
Steps to Reproduce
Run build with
cargo build --release
Please suggestion a solution for this issue as I am new to Rust and Arkworks. Thank you!
The text was updated successfully, but these errors were encountered: