mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
stricter version constraint for cohttp-lwt
see https://github.com/ocaml/opam-repository/pull/29157
This commit is contained in:
parent
fcace775d3
commit
7d090b16cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue