require recent lwt

This commit is contained in:
Simon Cruanes 2022-06-09 12:31:23 -04:00
parent 0d11e9ece5
commit a577b837aa
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
(opentelemetry (= :version))
(cohttp-lwt-unix :with-test)
(odoc :with-doc)
lwt)
(lwt (>= "5.3")))
(tags
(instrumentation tracing opentelemetry datadog lwt)))

View file

@ -15,7 +15,7 @@ depends: [
"opentelemetry" {= version}
"cohttp-lwt-unix" {with-test}
"odoc" {with-doc}
"lwt"
"lwt" {>= "5.3"}
]
build: [
["dune" "subst"] {dev}