From 42ed743173bd9bd0ed994bd21f8041a0ce45ddb8 Mon Sep 17 00:00:00 2001 From: Spiros Eliopoulos Date: Sun, 26 Apr 2020 10:41:20 -0400 Subject: [PATCH] jsoo-constraint: update js_of_ocaml dep with an upper bound. Added in ocaml/opam-repository#15253. --- dispatch-js.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatch-js.opam b/dispatch-js.opam index 4649af3..c9707ea 100644 --- a/dispatch-js.opam +++ b/dispatch-js.opam @@ -8,7 +8,7 @@ depends: [ "ocaml" {>= "4.03.0"} "dune" {build & >= "1.0"} "dispatch" {>="0.4.0"} - "js_of_ocaml-lwt" {>="3.3.0"} + "js_of_ocaml-lwt" {>="3.3.0" & < "3.5.0"} "result" ] build: [