From b708b490861021fcd0afba2587a252a8d659cb9b Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Wed, 13 Sep 2023 14:02:39 +0200 Subject: [PATCH] Remove upper bound from ocaml --- dune-project | 2 +- server-reason-react.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 733186f51..a464e00fb 100644 --- a/dune-project +++ b/dune-project @@ -24,7 +24,7 @@ (synopsis "Rendering React components on the server natively") (depends ;; General system dependencies - (ocaml (and (>= 4.12.0) (< 5.2.0))) + (ocaml (>= 4.12.0)) (reason (>= 3.8.1)) melange diff --git a/server-reason-react.opam b/server-reason-react.opam index 36a01ebbb..3ba78ac61 100644 --- a/server-reason-react.opam +++ b/server-reason-react.opam @@ -8,7 +8,7 @@ homepage: "https://github.com/ml-in-barcelona/server-reason-react" bug-reports: "https://github.com/ml-in-barcelona/server-reason-react/issues" depends: [ "dune" {>= "3.8"} - "ocaml" {>= "4.12.0" & < "5.2.0"} + "ocaml" {>= "4.12.0"} "reason" {>= "3.8.1"} "melange" "ppxlib" {>= "0.23.0"}