From 3a92406646ba930869d78600466df646c93218dd Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 10 Oct 2024 12:18:56 +0200 Subject: [PATCH] opam: Update lower bounds on yojson The output format of older yojson was unstable in some cases. --- odoc.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoc.opam b/odoc.opam index fc48a13534..f41db59535 100644 --- a/odoc.opam +++ b/odoc.opam @@ -51,7 +51,7 @@ depends: [ "fmt" "ocamlfind" {with-test} - "yojson" {>= "1.6.0" & with-test} + "yojson" {>= "2.1.0" & with-test} ("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test}) "conf-jq" {with-test}