From 7d8fa4fb57095ca1eeaf26d8252002f93511dad0 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 --- dune-project | 2 +- loc.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 9fde2f0..36bb48d 100644 --- a/dune-project +++ b/dune-project @@ -20,7 +20,7 @@ (synopsis "Representing ranges of lexing positions from parsed files") (depends (ocaml - (>= 5.1)) + (>= 5.2)) (base (and (>= v0.17) diff --git a/loc.opam b/loc.opam index 6a53e20..dde5fff 100644 --- a/loc.opam +++ b/loc.opam @@ -9,7 +9,7 @@ doc: "https://mbarbin.github.io/loc/" bug-reports: "https://github.com/mbarbin/loc/issues" depends: [ "dune" {>= "3.16"} - "ocaml" {>= "5.1"} + "ocaml" {>= "5.2"} "base" {>= "v0.17" & < "v0.18"} "bisect_ppx" {dev & >= "2.8.3"} "expect-test-helpers" {with-test & >= "v0.17" & < "v0.18"}