Compare commits

...

2 commits

Author SHA1 Message Date
Raphaël Proust
0707f78a15
Merge 7d090b16cc into 40b84944a7 2026-03-16 10:06:58 +00:00
Raphaël Proust
7d090b16cc
stricter version constraint for cohttp-lwt
see https://github.com/ocaml/opam-repository/pull/29157
2025-12-31 10:22:42 +01:00

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