fix warning

This commit is contained in:
Simon Cruanes 2026-04-22 20:51:39 -04:00
parent 3bf18fed69
commit 0cf72525b2
2 changed files with 1 additions and 6 deletions

View file

@ -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

View file

@ -22,7 +22,6 @@ depends: [
"cohttp-lwt-unix"
"alcotest" {with-test}
"containers" {with-test}
"opentelemetry-lwt" {with-test & = version}
]
build: [
["dune" "subst"] {dev}