From 5c006bf827ccbf74caafaa06180f101b84b62848 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Sun, 25 May 2025 18:58:18 -0400 Subject: [PATCH] Use cohttp-eio 6.1.0 or newer --- dune-project | 3 ++- opentelemetry-client-cohttp-eio.opam | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index f431941f..8263cbe6 100644 --- a/dune-project +++ b/dune-project @@ -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")) diff --git a/opentelemetry-client-cohttp-eio.opam b/opentelemetry-client-cohttp-eio.opam index 7bf13158..434de85b 100644 --- a/opentelemetry-client-cohttp-eio.opam +++ b/opentelemetry-client-cohttp-eio.opam @@ -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} ]