Skip to content

Commit 4474ac7

Browse files
authored
add correct upper bounds for ocaml (#2741)
1 parent 34eae5c commit 4474ac7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dune-project

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(ocaml
3535
(and
3636
(>= "4.03")
37-
(< "5.2")))
37+
(< "5.3")))
3838
(ocamlfind :build)
3939
(dune-build-info
4040
(>= 2.9.3))
@@ -56,7 +56,7 @@
5656
(ocaml
5757
(and
5858
(>= "4.03")
59-
(< "5.2")))
59+
(< "5.3")))
6060
(reason
6161
(= :version))
6262
(utop

reason.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://reasonml.github.io/"
1616
bug-reports: "https://github.com/reasonml/reason/issues"
1717
depends: [
1818
"dune" {>= "2.9"}
19-
"ocaml" {>= "4.03" & < "5.2"}
19+
"ocaml" {>= "4.03" & < "5.3"}
2020
"ocamlfind" {build}
2121
"dune-build-info" {>= "2.9.3"}
2222
"menhir" {>= "20180523"}

rtop.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage: "https://reasonml.github.io/"
1414
bug-reports: "https://github.com/reasonml/reason/issues"
1515
depends: [
1616
"dune" {>= "2.9"}
17-
"ocaml" {>= "4.03" & < "5.2"}
17+
"ocaml" {>= "4.03" & < "5.3"}
1818
"reason" {= version}
1919
"utop" {>= "2.0"}
2020
"odoc" {with-doc}

0 commit comments

Comments
 (0)