-
Notifications
You must be signed in to change notification settings - Fork 116
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
Fix CI by fixing version + add toolchain file #52
Fix CI by fixing version + add toolchain file #52
Conversation
Hm were you able to figure out why there's a bug with using newer versions of Rust? |
@Pratyush Reason is misaligned pointers in |
Thanks for investigating this! so it looks like an upstream bug. In that case let's add a note to the README indicating that currently we're limited to 1.67, and file an issue to bring back support for standard stable once the upstream issue is fixed. |
Thanks! Tweaked the README message, and now this LGTM =) |
* Fix CI by fixing version + add toolchain file * readme comment * Tweak README message * typo --------- Co-authored-by: tyshkor <tyshko1@gmail.com> Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu> Preparatory work for issue arkworks-rs#47 (arkworks-rs#48) Co-authored-by: tyshkor <tyshko1@gmail.com> description and licence (arkworks-rs#54) comment out / delete irrelevant interface put back circom1 functions which are actually used rename Circom trait to Circom1 dont use safe memory for circom2 store prime on WitnessCalculator memory module compiles circom module compiles tests pass 3.3 tests pass pin url version Tests pass refactor sanity-check arg update rustc ci clippy warnings
Closes #50