mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
bounds on cohttp-lwt
This commit is contained in:
parent
4edac68be5
commit
9cf2374930
2 changed files with 3 additions and 2 deletions
|
|
@ -139,7 +139,8 @@
|
||||||
(>= "5.3"))
|
(>= "5.3"))
|
||||||
(lwt_ppx
|
(lwt_ppx
|
||||||
(>= "2.0"))
|
(>= "2.0"))
|
||||||
cohttp-lwt
|
(cohttp-lwt
|
||||||
|
(>= "6.0"))
|
||||||
cohttp-lwt-unix
|
cohttp-lwt-unix
|
||||||
(alcotest :with-test)
|
(alcotest :with-test)
|
||||||
(containers :with-test))
|
(containers :with-test))
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ depends: [
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
"lwt" {>= "5.3"}
|
"lwt" {>= "5.3"}
|
||||||
"lwt_ppx" {>= "2.0"}
|
"lwt_ppx" {>= "2.0"}
|
||||||
"cohttp-lwt"
|
"cohttp-lwt" {>= "6.0"}
|
||||||
"cohttp-lwt-unix"
|
"cohttp-lwt-unix"
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"containers" {with-test}
|
"containers" {with-test}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue