Merge pull request #1328 from lvella/patch-1
Fixing pest-ast exact version
This commit is contained in:
commit
c7e4e29ad0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
zokrates_parser = { version = "0.3.0", path = "../zokrates_parser" }
|
||||
pest = "=2.3"
|
||||
pest-ast = "0.3.3"
|
||||
pest-ast = "=0.3.3"
|
||||
from-pest = "0.3.1"
|
||||
lazy_static = "1.3.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue