This commit is contained in:
Raphaël Proust 2026-03-09 15:24:36 +01:00 committed by GitHub
commit c779416ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@
(cohttp (cohttp
(>= "6.0.0")) (>= "6.0.0"))
(cohttp-lwt (cohttp-lwt
(>= "6.0.0")) (and (>= "6.0.0") (< "6.2.0")))
(alcotest :with-test)) (alcotest :with-test))
(synopsis "Opentelemetry tracing for Cohttp HTTP servers")) (synopsis "Opentelemetry tracing for Cohttp HTTP servers"))