From 91292544cfb6c68f44e55b5be24d775235f52f27 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Sat, 30 Nov 2024 07:54:06 +0100 Subject: [PATCH] Require dune.3.17 --- dune-project | 2 +- vcs-base.opam | 2 +- vcs-command.opam | 2 +- vcs-git-blocking.opam | 2 +- vcs-git-eio.opam | 2 +- vcs-git-provider.opam | 2 +- vcs-test-helpers.opam | 2 +- vcs-tests.opam | 2 +- vcs.opam | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dune-project b/dune-project index 62fbad8..ae8bcfd 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 3.16) +(lang dune 3.17) (name vcs) diff --git a/vcs-base.opam b/vcs-base.opam index 6b2a12c..3426a30 100644 --- a/vcs-base.opam +++ b/vcs-base.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "base" {>= "v0.17" & < "v0.18"} "fpath" {>= "0.7.3"} diff --git a/vcs-command.opam b/vcs-command.opam index 183183e..95eff1d 100644 --- a/vcs-command.opam +++ b/vcs-command.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "cmdlang" {>= "0.0.9"} "cmdlang-cmdliner-runner" {>= "0.0.8"} diff --git a/vcs-git-blocking.opam b/vcs-git-blocking.opam index 1204274..7ea5d83 100644 --- a/vcs-git-blocking.opam +++ b/vcs-git-blocking.opam @@ -9,7 +9,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "fpath" {>= "0.7.3"} "fpath-sexp0" {>= "0.2.2"} diff --git a/vcs-git-eio.opam b/vcs-git-eio.opam index 5a39bd1..5f74fa9 100644 --- a/vcs-git-eio.opam +++ b/vcs-git-eio.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "eio" {>= "1.0"} "fpath" {>= "0.7.3"} diff --git a/vcs-git-provider.opam b/vcs-git-provider.opam index cdedfc0..113fef6 100644 --- a/vcs-git-provider.opam +++ b/vcs-git-provider.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "astring" {>= "0.8.5"} "fpath" {>= "0.7.3"} diff --git a/vcs-test-helpers.opam b/vcs-test-helpers.opam index c6559e3..3a6addb 100644 --- a/vcs-test-helpers.opam +++ b/vcs-test-helpers.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "base" {>= "v0.17" & < "v0.18"} "eio" {>= "1.0"} diff --git a/vcs-tests.opam b/vcs-tests.opam index d551639..5d7e55a 100644 --- a/vcs-tests.opam +++ b/vcs-tests.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "ocamlformat" {with-dev-setup & = "0.27.0"} "astring" {>= "0.8.5"} diff --git a/vcs.opam b/vcs.opam index 9260d17..84c5a13 100644 --- a/vcs.opam +++ b/vcs.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/vcs" doc: "https://mbarbin.github.io/vcs/" bug-reports: "https://github.com/mbarbin/vcs/issues" depends: [ - "dune" {>= "3.16"} + "dune" {>= "3.17"} "ocaml" {>= "5.2"} "astring" {>= "0.8.5"} "fpath" {>= "0.7.3"}