Skip to content

Commit

Permalink
require recent lwt
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 9, 2022
1 parent 0d11e9e commit a577b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(opentelemetry (= :version))
(cohttp-lwt-unix :with-test)
(odoc :with-doc)
lwt)
(lwt (>= "5.3")))
(tags
(instrumentation tracing opentelemetry datadog lwt)))

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"opentelemetry" {= version}
"cohttp-lwt-unix" {with-test}
"odoc" {with-doc}
"lwt"
"lwt" {>= "5.3"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit a577b83

Please sign in to comment.