Skip to content

Commit de47c31

Browse files
committed
Unlock OCaml >= 5.3 in dune-project
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0537a33 commit de47c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
2222
(homepage https://ocsigen.org/eliom/)
2323
(source (github ocsigen/eliom))
2424
(depends
25-
(ocaml (and (>= 4.12) (< 5.3)))
25+
(ocaml (>= 4.12))
2626
ocamlfind
2727
ppx_deriving
2828
(ppxlib (>= 0.15))

0 commit comments

Comments
 (0)