From 7d090b16cce8b3f263293e5f9d1b5b1a90875746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Wed, 31 Dec 2025 10:22:42 +0100 Subject: [PATCH] stricter version constraint for cohttp-lwt see https://github.com/ocaml/opam-repository/pull/29157 --- dune-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune-project b/dune-project index 41ba5911..c10abd7c 100644 --- a/dune-project +++ b/dune-project @@ -142,7 +142,7 @@ (lwt (>= "5.3")) (cohttp-lwt - (>= "6.0.0")) + (and (>= "6.0.0") (< "6.2.0"))) (alcotest :with-test)) (synopsis "Opentelemetry tracing for Cohttp HTTP servers"))