mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
fix missing dep
This commit is contained in:
parent
07070e3d4a
commit
4387bf8287
2 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,8 @@
|
||||||
(= :version))
|
(= :version))
|
||||||
(opentelemetry-client
|
(opentelemetry-client
|
||||||
(= :version))
|
(= :version))
|
||||||
|
(opentelemetry-lwt
|
||||||
|
(= :version))
|
||||||
ambient-context-lwt
|
ambient-context-lwt
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(lwt
|
(lwt
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ depends: [
|
||||||
"mtime" {>= "1.4"}
|
"mtime" {>= "1.4"}
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"opentelemetry-client" {= version}
|
"opentelemetry-client" {= version}
|
||||||
|
"opentelemetry-lwt" {= version}
|
||||||
"ambient-context-lwt"
|
"ambient-context-lwt"
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue