Skip to content

Commit

Permalink
Remove upper bound from ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 13, 2023
1 parent d671a46 commit b708b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion server-reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit b708b49

Please sign in to comment.