Merge branch 'fix-dev' into 'dev'
Fix build: constrain dune version See merge request ligolang/ligo!221
This commit is contained in:
commit
569c0dffa2
@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.com/ligolang/tezos.git"
|
||||
license: "MIT"
|
||||
depends: [
|
||||
"ocamlfind" { build }
|
||||
"dune" { build & >= "1.0.1" }
|
||||
"dune" { build & = "1.11.4" }
|
||||
"menhir" { = "20190626" }
|
||||
"ppx_let"
|
||||
"ppx_deriving"
|
||||
|
Loading…
Reference in New Issue
Block a user