From 6b9220d0d72da6d9a2041cfd3839806fae388f1b Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Tue, 27 Feb 2024 14:13:53 +0100 Subject: [PATCH] bump lang dune to 2.7 (#480) This fixes the `dune subst` instructions. --- dune-project | 2 +- utop.opam | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dune-project b/dune-project index 4628446..0f15cb2 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.0) +(lang dune 2.7) (formatting (enabled_for dune)) (name utop) diff --git a/utop.opam b/utop.opam index 7eb74ae..da609a6 100644 --- a/utop.opam +++ b/utop.opam @@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-community/utop" doc: "https://ocaml-community.github.io/utop/" bug-reports: "https://github.com/ocaml-community/utop/issues" depends: [ - "dune" {>= "2.0"} + "dune" {>= "2.7"} "ocaml" {>= "4.11.0"} "base-unix" "base-threads" @@ -24,9 +24,10 @@ depends: [ "cppo" {>= "1.1.2"} "alcotest" {with-test} "xdg" {>= "3.9.0"} + "odoc" {with-doc} ] build: [ - ["dune" "subst"] {pinned} + ["dune" "subst"] {dev} [ "dune" "build"