mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
fix warning
This commit is contained in:
parent
3bf18fed69
commit
0cf72525b2
2 changed files with 1 additions and 6 deletions
|
|
@ -205,11 +205,7 @@
|
|||
cohttp-lwt
|
||||
cohttp-lwt-unix
|
||||
(alcotest :with-test)
|
||||
(containers :with-test)
|
||||
(opentelemetry-lwt
|
||||
(and
|
||||
:with-test
|
||||
(= :version))))
|
||||
(containers :with-test))
|
||||
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
||||
|
||||
(package
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ depends: [
|
|||
"cohttp-lwt-unix"
|
||||
"alcotest" {with-test}
|
||||
"containers" {with-test}
|
||||
"opentelemetry-lwt" {with-test & = version}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue