arkworks-rs/marlin

Unable to build marlin

sanket1729 opened this issue · 3 comments

Thanks for the awesome work.

I think poly-commit does have these features.

the package `marlin` depends on `poly-commit`, with features: `parallel, std` but `poly-commit` does not have these features.


failed to select a version for `poly-commit` which could resolve this conflict

If I remove these features, I am still facing other issues probably because of the latest update to zexe library.
I think everything works for commit #4ae139c commit in the zexe library if that helps in any debugging.

Thanks for the heads-up! There is an issue with the updates to zexe that I have a PR for arkworks-rs/poly-commit#12, but once that is merged, to fix your first problem with the features, you have to run cargo update to update the version of poly-commit that you're using.

It should be fixed now =)

Thanks for the prompt resolution