mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
require recent lwt
This commit is contained in:
parent
0d11e9ece5
commit
a577b837aa
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
(opentelemetry (= :version))
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(odoc :with-doc)
|
||||
lwt)
|
||||
(lwt (>= "5.3")))
|
||||
(tags
|
||||
(instrumentation tracing opentelemetry datadog lwt)))
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"opentelemetry" {= version}
|
||||
"cohttp-lwt-unix" {with-test}
|
||||
"odoc" {with-doc}
|
||||
"lwt"
|
||||
"lwt" {>= "5.3"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue