From 8ddc3de49037f2bc8d30dba4ae6b40346489cdd9 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 3 Dec 2019 08:24:49 -0600 Subject: [PATCH] chore: require dune configurator --- containers.opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers.opam b/containers.opam index ea3244b5..58cd7d58 100644 --- a/containers.opam +++ b/containers.opam @@ -10,7 +10,8 @@ build: [ ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "dune" + "dune" { >= "1.1" } + "dune-configurator" "result" "uchar" "seq"