Zokrates / ZoKrates

A toolbox for zkSNARKs on Ethereum
https://zokrates.github.io
GNU Lesser General Public License v3.0
1.8k stars 360 forks source link

Fixing pest-ast exact version #1328

Closed lvella closed 11 months ago

lvella commented 1 year ago

Compilation fails if it tries to build against 0.3.4

titaniumtraveler commented 1 year ago

Until this pr is landed, the workaround is to explicitly state pest-ast v0.3.3 as dependency. That way cargo uses the correct version.

[dependencies]
pest-ast = "=0.3.3"