mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-12 21:46:20 -04:00
Use cohttp-eio 6.1.0 or newer
This commit is contained in:
parent
fc7dece94b
commit
5c006bf827
2 changed files with 3 additions and 2 deletions
|
|
@ -173,7 +173,8 @@
|
||||||
(opentelemetry
|
(opentelemetry
|
||||||
(= :version))
|
(= :version))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
cohttp-eio
|
(cohttp-eio
|
||||||
|
(>= 6.1.0))
|
||||||
eio_main
|
eio_main
|
||||||
(alcotest :with-test))
|
(alcotest :with-test))
|
||||||
(synopsis "Collector client for opentelemetry, using cohttp + eio"))
|
(synopsis "Collector client for opentelemetry, using cohttp + eio"))
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ depends: [
|
||||||
"mtime" {>= "1.4"}
|
"mtime" {>= "1.4"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"cohttp-eio"
|
"cohttp-eio" {>= "6.1.0"}
|
||||||
"eio_main"
|
"eio_main"
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue