HorizenLabs / marlin

A Rust library for the Marlin preprocessing zkSNARK
Apache License 2.0
12 stars 0 forks source link

Anchored rayon-core version #37

Closed DanieleDiBenedetto closed 1 year ago

DanieleDiBenedetto commented 1 year ago

Internally, rayon updgraded to a version of rayon-core using 2021 Rust edition, while we still use the 2018, for which the 2021 is unstable thus causing a compilation error. This PR anchores the rayon-core version to a compatible one, fixing the build.