From 41d4339991a11fbab7ff5ff41dccad2f0fbeaf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Pottier?= Date: Sat, 13 Jul 2024 20:32:26 +0200 Subject: [PATCH] dune-project: records that cppo_ocamlbuild needs dune 2.0 too. Maybe this is not necessary, but it seems safer. --- dune-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune-project b/dune-project index 8a6022e..84f633a 100644 --- a/dune-project +++ b/dune-project @@ -33,7 +33,7 @@ Cppo is: (name cppo_ocamlbuild) (depends ocaml - (dune (>= 1.10)) + (dune (>= 2.0)) ocamlbuild ocamlfind) (synopsis "Plugin to use cppo with ocamlbuild")