Merge branch 'fix-dev' into 'dev'

Fix build: constrain dune version

See merge request ligolang/ligo!221
This commit is contained in:
Tom Jack 2019-11-25 15:01:02 +00:00
commit 569c0dffa2

View File

@ -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"