Skip to content

Commit 66c88d2

Browse files
authored
Merge pull request #814 from n-osborne/dune-project-js-of-ocaml-version
Add upper bound for js-of-ocaml compiler in dune project
2 parents 9e70753 + 0427ec7 commit 66c88d2

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
@@ -24,7 +24,7 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
2424
ocamlfind
2525
ppx_deriving
2626
(ppxlib (>= 0.15.0))
27-
(js_of_ocaml-compiler (>= 5.5.0))
27+
(js_of_ocaml-compiler (and (>= 5.5.0) (< 6.0.0)))
2828
(js_of_ocaml (>= 5.5.0))
2929
(js_of_ocaml-lwt (>= 5.5.0))
3030
(js_of_ocaml-ocamlbuild :build)

0 commit comments

Comments
 (0)