-
Notifications
You must be signed in to change notification settings - Fork 0
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
Strict dependencies cause conflict with other libraries #1
Comments
Hi thank you for reporting this issue I am not sure what's your purpose of using ark-zkey. Size or
|
Thank you for your quick response and help The Idea was that we need only part related to reading ark-zkey in zerokit and using mopro caused this issue: zkmopro/mopro#131 So for us much easier work with separate crate |
I see! I think you can just import Line 27 in f42e9a3
(and now there is no and we are building another crate I will keep you updated when we finish this 🙏🏻 |
There is a situation where ark-zkey is forced to depend on a rather old version of num-traits, which is now not compatible with some of the other library which are already written for 2.19 by default.
Unfortunately it doesn't depend on it directly, so I can't open direct PR:
https://github.com/vimwitch/circom-compat.git - fork from old ark-circom which restrict version on 2.15
ark-zkey use this fork and also restrict version on 2.15
I'll be really appreciate if we can solve this issue and bump dependencies because zerokit also have to update this deps or I can't use it at all in our new project
The text was updated successfully, but these errors were encountered: