Use cohttp-eio 6.1.0 or newer

This commit is contained in:
Shon Feder 2025-05-25 18:58:18 -04:00
parent fc7dece94b
commit 5c006bf827
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -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}
] ]