Opam: add upper constraint on dune
The "old" version of Lwt we use is incompatible with `dune >= 1.7`.
This commit is contained in:
parent
cf3390448a
commit
9fdf0636c9
@ -7,7 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
|
||||
license: "MIT"
|
||||
depends: [
|
||||
"ocamlfind" { build }
|
||||
"dune" { build & >= "1.0.1" }
|
||||
"dune" { build & >= "1.0.1" & < "1.7" } ## Incompatible with lwt<4
|
||||
"bigstring"
|
||||
"hex"
|
||||
"ocplib-endian"
|
||||
|
Loading…
Reference in New Issue
Block a user