mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
add cohttp upper bound version constraint
This commit is contained in:
parent
4f9247d6d0
commit
440049a681
2 changed files with 4 additions and 2 deletions
|
|
@ -101,7 +101,9 @@
|
|||
(lwt
|
||||
(>= "5.3"))
|
||||
(cohttp-lwt
|
||||
(>= "4.0.0"))
|
||||
(and
|
||||
(>= "4.0.0")
|
||||
(< "6")))
|
||||
(alcotest :with-test))
|
||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ depends: [
|
|||
"opentelemetry-lwt" {= version}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"cohttp-lwt" {>= "4.0.0"}
|
||||
"cohttp-lwt" {>= "4.0.0" & < "6"}
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue