From 08f333ffa8b2a86a1aabb72f42d2fcd21c523cc3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 10 Dec 2019 15:50:04 -0600 Subject: [PATCH] chore: opam file --- containers.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers.opam b/containers.opam index eba67e11..173fcb7c 100644 --- a/containers.opam +++ b/containers.opam @@ -10,7 +10,7 @@ build: [ ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ - "dune" { >= "1.11" } + "dune" { >= "1.1" } "dune-configurator" "result" "uchar"