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"))
|
(>= "5.3"))
|
||||||
(cohttp-lwt
|
(cohttp-lwt
|
||||||
(>= "6.0.0"))
|
(>= "6.0.0"))
|
||||||
(alcotest :with-test)
|
(alcotest :with-test))
|
||||||
(cohttp-eio :with-test))
|
|
||||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ depends: [
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
"cohttp-lwt" {>= "6.0.0"}
|
"cohttp-lwt" {>= "6.0.0"}
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"cohttp-eio" {with-test}
|
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue