File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ build: [
42
42
depends: [
43
43
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
44
44
# dune-project and min_ocaml_version in bootstrap.ml
45
- ("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45
+ ("ocaml" {>= "4.08" & < "5.3" } | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
46
46
"base-unix"
47
47
"base-threads"
48
48
]
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ build: [
42
42
depends: [
43
43
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
44
44
# dune-project and min_ocaml_version in bootstrap.ml
45
- ("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45
+ ("ocaml" {>= "4.08" & < "5.4" } | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
46
46
"base-unix"
47
47
"base-threads"
48
48
"lwt" { with-dev-setup & os != "win32" }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ build: [
42
42
depends: [
43
43
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
44
44
# dune-project and min_ocaml_version in bootstrap.ml
45
- ("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45
+ ("ocaml" {>= "4.08" & < "5.3" } | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
46
46
"base-unix"
47
47
"base-threads"
48
48
]
You can’t perform that action at this time.
0 commit comments