From 1bfddc109a08ab506e83fca9854ba635f2359a42 Mon Sep 17 00:00:00 2001 From: jutty Date: Tue, 15 Apr 2025 20:57:21 -0300 Subject: [PATCH] OCaml: Do not specify Dune version in dune-project --- ocaml/dune-project | 1 - ocaml/tori.opam | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ocaml/dune-project b/ocaml/dune-project index 2a2ffb2..5d89318 100644 --- a/ocaml/dune-project +++ b/ocaml/dune-project @@ -23,7 +23,6 @@ (tags ("operating systems" "unix" "configuration management")) (depends (ocaml (>= 5.3.0)) - (dune (>= 3.17.2)) (bisect_ppx (and :dev (>= 2.5.0))) ) ) diff --git a/ocaml/tori.opam b/ocaml/tori.opam index ab446cc..13fb03a 100644 --- a/ocaml/tori.opam +++ b/ocaml/tori.opam @@ -16,8 +16,8 @@ tags: ["operating systems" "unix" "configuration management"] homepage: "https://tori.jutty.dev" doc: "https://tori.jutty.dev/docs" depends: [ + "dune" {>= "3.17"} "ocaml" {>= "5.3.0"} - "dune" {>= "3.17" & >= "3.17.2"} "bisect_ppx" {dev & >= "2.5.0"} "odoc" {with-doc} ]