Skip to content

Commit 839f400

Browse files
committed
fix yojson lower bound
1 parent 1a7a397 commit 839f400

File tree

1 file changed

+1
-1
lines changed
  • packages/js_of_ocaml-compiler/js_of_ocaml-compiler.5.9.0

1 file changed

+1
-1
lines changed

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.5.9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"menhir"
2424
"menhirLib"
2525
"menhirSdk"
26-
"yojson"
26+
"yojson" {>= "1.6.0"}
2727
"odoc" {with-doc}
2828
]
2929
depopts: ["ocamlfind"]

0 commit comments

Comments
 (0)