Skip to content

Commit a866b50

Browse files
committed
Remove upper bound on dune
1 parent a993262 commit a866b50

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

dune-project

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(synopsis "Cap'n Proto API for ocaml-ci")
1414
(depends
1515
(ocaml (>= 4.14))
16-
(dune (< 3.17))
16+
dune
1717
; Provided by git submodules
1818
current_rpc
1919
; Opam dependencies
@@ -27,7 +27,7 @@
2727
(synopsis "Core ocaml-ci")
2828
(depends
2929
(ocaml (>= 4.14))
30-
(dune (< 3.17))
30+
dune
3131
ocaml-ci-api
3232
; Provided by git submodules
3333
current
@@ -57,7 +57,7 @@
5757
(conflicts (ocaml-migrate-parsetree (= "1.7.1")))
5858
(depends
5959
(ocaml (>= 4.14))
60-
(dune (< 3.17))
60+
dune
6161
ocaml-ci-api
6262
; Provided by git submodules
6363
current_git
@@ -96,7 +96,7 @@
9696
(description "Test OCaml projects on GitLab")
9797
(depends
9898
(ocaml (>= 4.14))
99-
(dune (< 3.17))
99+
dune
100100
ocaml-ci
101101
ocaml-ci-service
102102
; Provided by git submodules
@@ -118,7 +118,7 @@
118118
(synopsis "Command-line client for ocaml-ci")
119119
(depends
120120
(ocaml (>= 4.14))
121-
(dune (< 3.17))
121+
dune
122122
ocaml-ci-api
123123
; Provided by git submodules
124124
current_rpc
@@ -134,7 +134,7 @@
134134
(synopsis "Web-server frontend for ocaml-ci")
135135
(depends
136136
(ocaml (>= 4.14))
137-
(dune (< 3.17))
137+
dune
138138
ocaml-ci-api
139139
; Provided by opam pin
140140
tailwindcss

ocaml-ci-api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
12-
"dune" {>= "3.16" & < "3.17"}
12+
"dune" {>= "3.16"}
1313
"current_rpc"
1414
"capnp" {>= "3.4.0"}
1515
"capnp-rpc-lwt" {>= "1.2"}

ocaml-ci-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
12-
"dune" {>= "3.16" & < "3.17"}
12+
"dune" {>= "3.16"}
1313
"ocaml-ci-api"
1414
"current_rpc"
1515
"capnp-rpc-unix" {>= "1.2"}

ocaml-ci-gitlab.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://ocaml.ci.dev/documentation"
1010
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1111
depends: [
1212
"ocaml" {>= "4.14"}
13-
"dune" {>= "3.16" & < "3.17"}
13+
"dune" {>= "3.16"}
1414
"ocaml-ci"
1515
"ocaml-ci-service"
1616
"current"

ocaml-ci-service.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
12-
"dune" {>= "3.16" & < "3.17"}
12+
"dune" {>= "3.16"}
1313
"ocaml-ci-api"
1414
"current_git"
1515
"current_github"

ocaml-ci-web.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
12-
"dune" {>= "3.16" & < "3.17"}
12+
"dune" {>= "3.16"}
1313
"ocaml-ci-api"
1414
"tailwindcss"
1515
"ansi" {>= "0.6.0"}

ocaml-ci.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
12-
"dune" {>= "3.16" & < "3.17"}
12+
"dune" {>= "3.16"}
1313
"ocaml-ci-api"
1414
"current"
1515
"current_docker"

0 commit comments

Comments
 (0)