mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56: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
|
||||
(= :version))
|
||||
(odoc :with-doc)
|
||||
cohttp-eio
|
||||
(cohttp-eio
|
||||
(>= 6.1.0))
|
||||
eio_main
|
||||
(alcotest :with-test))
|
||||
(synopsis "Collector client for opentelemetry, using cohttp + eio"))
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ depends: [
|
|||
"mtime" {>= "1.4"}
|
||||
"opentelemetry" {= version}
|
||||
"odoc" {with-doc}
|
||||
"cohttp-eio"
|
||||
"cohttp-eio" {>= "6.1.0"}
|
||||
"eio_main"
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue