Skip to content

Commit ef5d7af

Browse files
committed
Remove unneeded dependency
1 parent 87cfd5e commit ef5d7af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@
102102
(>= "5.3"))
103103
(cohttp-lwt
104104
(>= "6.0.0"))
105-
(alcotest :with-test)
106-
(cohttp-eio :with-test))
105+
(alcotest :with-test))
107106
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
108107

109108
(package

opentelemetry-cohttp-lwt.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ depends: [
2020
"lwt" {>= "5.3"}
2121
"cohttp-lwt" {>= "6.0.0"}
2222
"alcotest" {with-test}
23-
"cohttp-eio" {with-test}
2423
]
2524
build: [
2625
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)