Fix build: constrain dune version
This commit is contained in:
parent
e16ddf7ddc
commit
3323c7f7d2
@ -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