From d35948d5ea14ff725594f0a10c2b47f188b75d31 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Fri, 24 Jan 2025 11:06:00 +0100 Subject: [PATCH] Update ppxlib-bench minimum requirement Signed-off-by: Nathan Rebours --- dune-project | 2 +- ppxlib-bench.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index ddb7687d..0db92bff 100644 --- a/dune-project +++ b/dune-project @@ -64,7 +64,7 @@ format.") than ppxlib itself. Also the benchmark runner has dependencies that ppxlib doesn't have.") (depends - (ocaml (>= 4.08.0)) + (ocaml (>= 4.10.0)) (ppxlib (= :version)) base yojson)) diff --git a/ppxlib-bench.opam b/ppxlib-bench.opam index a5cd2e52..1f07f8da 100644 --- a/ppxlib-bench.opam +++ b/ppxlib-bench.opam @@ -13,7 +13,7 @@ doc: "https://ocaml-ppx.github.io/ppxlib/" bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues" depends: [ "dune" {>= "3.8"} - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.10.0"} "ppxlib" {= version} "base" "yojson"