stricter version constraint for cohttp-lwt

see https://github.com/ocaml/opam-repository/pull/29157
This commit is contained in:
Raphaël Proust 2025-12-31 10:22:42 +01:00 committed by GitHub
parent fcace775d3
commit 7d090b16cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"))