From 452c91ddb84fdcb4abf048bf3cc013b4a7e5971e Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Tue, 3 Oct 2023 23:51:41 +0200 Subject: [PATCH] Add a lower bound on dune-configurator --- lbfgs.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbfgs.opam b/lbfgs.opam index 87c638f..6fd66a1 100644 --- a/lbfgs.opam +++ b/lbfgs.opam @@ -18,7 +18,7 @@ depends: [ "base-bigarray" "base-bytes" "dune" {>= "1.1"} - "dune-configurator" + "dune-configurator" {>= "3.0.2"} "cppo" {build} "conf-gfortran" {build} "lacaml" {with-test}