From ef5d7af3e7fa78f41f91a9bc4ddfaec4c039029d Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Tue, 8 Jul 2025 21:32:28 -0400 Subject: [PATCH] Remove unneeded dependency --- dune-project | 3 +-- opentelemetry-cohttp-lwt.opam | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dune-project b/dune-project index a28374f2..ec273074 100644 --- a/dune-project +++ b/dune-project @@ -102,8 +102,7 @@ (>= "5.3")) (cohttp-lwt (>= "6.0.0")) - (alcotest :with-test) - (cohttp-eio :with-test)) + (alcotest :with-test)) (synopsis "Opentelemetry tracing for Cohttp HTTP servers")) (package diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index a56e353b..ad66a0ef 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -20,7 +20,6 @@ depends: [ "lwt" {>= "5.3"} "cohttp-lwt" {>= "6.0.0"} "alcotest" {with-test} - "cohttp-eio" {with-test} ] build: [ ["dune" "subst"] {dev}