From e2452bcd57c442d2edf6d8600192790542ed6318 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Tue, 14 May 2024 10:48:52 +0200 Subject: [PATCH] Bump lower bound for ocaml to 5.2 --- bopkit.opam | 2 +- dune-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bopkit.opam b/bopkit.opam index fba4c09..f86da0f 100644 --- a/bopkit.opam +++ b/bopkit.opam @@ -9,7 +9,7 @@ doc: "https://mbarbin.github.io/bopkit/" bug-reports: "https://github.com/mbarbin/bopkit/issues" depends: [ "dune" {>= "3.16"} - "ocaml" {>= "5.1"} + "ocaml" {>= "5.2"} "ANSITerminal" {>= "0.8.3"} "appendable-list" {>= "v0.17" & < "v0.18"} "auto-format" {>= "0.0.7"} diff --git a/dune-project b/dune-project index 28a0b0e..413683b 100644 --- a/dune-project +++ b/dune-project @@ -32,7 +32,7 @@ (libexec stdbin)) (depends (ocaml - (>= 5.1)) + (>= 5.2)) (ANSITerminal (>= 0.8.3)) (appendable-list