We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cfd5e commit ef5d7afCopy full SHA for ef5d7af
dune-project
@@ -102,8 +102,7 @@
102
(>= "5.3"))
103
(cohttp-lwt
104
(>= "6.0.0"))
105
- (alcotest :with-test)
106
- (cohttp-eio :with-test))
+ (alcotest :with-test))
107
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
108
109
(package
opentelemetry-cohttp-lwt.opam
@@ -20,7 +20,6 @@ depends: [
20
"lwt" {>= "5.3"}
21
"cohttp-lwt" {>= "6.0.0"}
22
"alcotest" {with-test}
23
- "cohttp-eio" {with-test}
24
]
25
build: [
26
["dune" "subst"] {dev}
0 commit comments