From c852fd7c77c3a489b340578e53570684c8ac3730 Mon Sep 17 00:00:00 2001 From: Steven de Oliveira Date: Wed, 5 Oct 2022 16:20:38 +0200 Subject: [PATCH] Removing dune constraint --- .drom | 8 ++++---- drom.toml | 2 +- dune-project | 1 - opam/ez_file.opam | 1 - 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.drom b/.drom index 195792f..ab7c614 100644 --- a/.drom +++ b/.drom @@ -1,11 +1,11 @@ # Keep this file in your GIT repo to help drom track generated files # begin version -version:0.6.0~dev +version:0.6.1 # end version # hash of toml configuration files # used for generation of all files -38d7ee132fdca58e40e8593ebb731eb5:. +1e8bab88f7e04062d57012ac8713cef4:. # end context for . # begin context for .github/workflows/ci.ml @@ -105,12 +105,12 @@ df544cfaf9078d1bba2f90ed1b5adf5f:dune # begin context for dune-project # file dune-project -d19df50bc2a2b6d306ddde718c10f7bf:dune-project +f696952088932d3c128d6e9b9488bd4c:dune-project # end context for dune-project # begin context for opam/ez_file.opam # file opam/ez_file.opam -89634f5f8677617a9a6b729cbdfd3ca9:opam/ez_file.opam +e2417f212ffc48673801ad72bba92e7b:opam/ez_file.opam # end context for opam/ez_file.opam # begin context for scripts/after.sh diff --git a/drom.toml b/drom.toml index 33dc8a2..559ed82 100644 --- a/drom.toml +++ b/drom.toml @@ -36,7 +36,7 @@ skip = ["src/ez_file/main.ml", "CHANGES.md", "test/expect-tests/test.ml"] # project-wide tools dependencies (not for package-specific deps) [tools] -dune = "2.6.0" + [tools.ocamlformat] for-test = true [tools.odoc] diff --git a/dune-project b/dune-project index 8d76b72..d8a1b7a 100644 --- a/dune-project +++ b/dune-project @@ -21,7 +21,6 @@ ppx_expect odoc ocamlformat - (dune (and (>= 2.6.0) (< 3.0.0))) ) ) diff --git a/opam/ez_file.opam b/opam/ez_file.opam index 3a38ec7..20c7ced 100644 --- a/opam/ez_file.opam +++ b/opam/ez_file.opam @@ -45,5 +45,4 @@ depends: [ "ppx_expect" {with-test} "odoc" {with-doc} "ocamlformat" {with-test} - "dune" {>= "2.6.0" & < "3.0.0"} ] \ No newline at end of file