From 0427ec7c54fe2cfd2f97c65b4a9f45a9e77980ac Mon Sep 17 00:00:00 2001 From: Nicolas Osborne Date: Thu, 20 Feb 2025 14:46:33 +0100 Subject: [PATCH] Add upper bound to js-of-ocaml compiler --- dune-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune-project b/dune-project index 5f1c4e08c..57b67337b 100644 --- a/dune-project +++ b/dune-project @@ -24,7 +24,7 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin ocamlfind ppx_deriving (ppxlib (>= 0.15.0)) - (js_of_ocaml-compiler (>= 5.5.0)) + (js_of_ocaml-compiler (and (>= 5.5.0) (< 6.0.0))) (js_of_ocaml (>= 5.5.0)) (js_of_ocaml-lwt (>= 5.5.0)) (js_of_ocaml-ocamlbuild :build)