diff --git a/dune-project b/dune-project index c086fefc..f8b3866f 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (source (github aestheticintegration/ocaml-opentelemetry)) -(version 0.3) +(version 0.4) (authors "the Imandra team and contributors") (maintainers "the Imandra team and contributors") @@ -53,6 +53,7 @@ (opentelemetry (= :version)) (opentelemetry-lwt (= :version)) (odoc :with-doc) + (lwt (>= "5.3")) (cohttp-lwt (>= "4.0.0"))) (synopsis "Opentelemetry tracing for Cohttp HTTP servers")) @@ -64,6 +65,7 @@ (opentelemetry (= :version)) (pbrt (>= 2.2)) (odoc :with-doc) + (lwt (>= "5.3")) (lwt_ppx :with-test) cohttp-lwt cohttp-lwt-unix) diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index f3a4ca4c..5082b775 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3" +version: "0.4" synopsis: "Collector client for opentelemetry, using cohttp + lwt" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] @@ -15,6 +15,7 @@ depends: [ "opentelemetry" {= version} "pbrt" {>= "2.2"} "odoc" {with-doc} + "lwt" {>= "5.3"} "lwt_ppx" {with-test} "cohttp-lwt" "cohttp-lwt-unix" diff --git a/opentelemetry-client-ocurl.opam b/opentelemetry-client-ocurl.opam index 8f029567..54751192 100644 --- a/opentelemetry-client-ocurl.opam +++ b/opentelemetry-client-ocurl.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3" +version: "0.4" synopsis: "Collector client for opentelemetry, using http + ocurl" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index 112c5d36..733f6432 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3" +version: "0.4" synopsis: "Opentelemetry tracing for Cohttp HTTP servers" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] @@ -14,6 +14,7 @@ depends: [ "opentelemetry" {= version} "opentelemetry-lwt" {= version} "odoc" {with-doc} + "lwt" {>= "5.3"} "cohttp-lwt" {>= "4.0.0"} ] build: [ diff --git a/opentelemetry-lwt.opam b/opentelemetry-lwt.opam index 98a095bc..c706b808 100644 --- a/opentelemetry-lwt.opam +++ b/opentelemetry-lwt.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3" +version: "0.4" synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] diff --git a/opentelemetry.opam b/opentelemetry.opam index 6175f05e..9407531d 100644 --- a/opentelemetry.opam +++ b/opentelemetry.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3" +version: "0.4" synopsis: "Instrumentation for https://opentelemetry.io" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"]