From f5315ef8c6908b8b9d88716039250e024e477b24 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 28 Mar 2022 16:04:30 -0700 Subject: [PATCH] XXX squash into update to dune 3 --- bootstrap/Hemlock.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/Hemlock.opam b/bootstrap/Hemlock.opam index f696f4fd3..a93ae7640 100644 --- a/bootstrap/Hemlock.opam +++ b/bootstrap/Hemlock.opam @@ -19,7 +19,7 @@ dev-repo: "git+https://github.com/BranchTaken/Hemlock" tags: [ "languages" "org:BranchTaken" ] depends: [ "ocaml" {>= "4.13.0"} - "dune" {>= "2.9.0"} + "dune" {>= "3.0.3"} "odoc" {build} "topkg" {build} ]