diff --git a/tiny_httpd.opam b/tiny_httpd.opam index 70f8555e..4158401c 100644 --- a/tiny_httpd.opam +++ b/tiny_httpd.opam @@ -10,7 +10,7 @@ build: [ ["dune" "runtest" "-p" name] {with-test} ] depends: [ - "dune" { >= "1.1" & ((not with-test) | < "2.0") } # for now, since qtest needs old dune + "dune" { >= "1.1" } # for now, since qtest needs old dune "base-threads" "ocaml" { >= "4.03.0" } "odoc" {with-doc}