From 24b037f25f9b84eb98efc1c1eee89e3b98be94db Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Sat, 25 Feb 2023 09:48:24 -0500 Subject: [PATCH] fix dependency on dune 2 --- dtoa.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtoa.opam b/dtoa.opam index 7e04597..1d01322 100644 --- a/dtoa.opam +++ b/dtoa.opam @@ -8,7 +8,7 @@ doc: "https://github.com/flow/ocaml-dtoa" bug-reports: "https://github.com/flow/ocaml-dtoa/issues" depends: [ "ocaml" {>= "4.01.0"} - "dune" {>= "1.0"} + "dune" {>= "2.0"} "ounit2" {with-test} ] build: [