From c28bf628dbaae9379d1e9f2d3960195c785c0eaf Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Thu, 28 Sep 2023 10:28:47 +0200 Subject: [PATCH] Bump dune lang to 3.10 --- dune-project | 4 +--- ppx_yojson.opam | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index 8dceab5..98e9225 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.7) +(lang dune 3.10) (generate_opam_files true) @@ -30,5 +30,3 @@ (and :with-test (>= 1.6.0))))) - -(cram enable) diff --git a/ppx_yojson.opam b/ppx_yojson.opam index 6dbb9d3..86e61bb 100644 --- a/ppx_yojson.opam +++ b/ppx_yojson.opam @@ -7,7 +7,7 @@ license: "BSD-2-Clause" homepage: "https://github.com/NathanReb/ppx_yojson" bug-reports: "https://github.com/NathanReb/ppx_yojson/issues" depends: [ - "dune" {>= "2.7"} + "dune" {>= "3.10"} "ocaml" {>= "4.08"} "alcotest" {with-test} "ppxlib" {>= "0.18.0"}