mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
Remove unneeded dependency
This commit is contained in:
parent
87cfd5e31e
commit
ef5d7af3e7
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ depends: [
|
|||
"lwt" {>= "5.3"}
|
||||
"cohttp-lwt" {>= "6.0.0"}
|
||||
"alcotest" {with-test}
|
||||
"cohttp-eio" {with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue