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
8a6db214da
commit
1b3aafdb8d
2 changed files with 3 additions and 2 deletions
|
|
@ -139,7 +139,8 @@
|
|||
(>= "5.3"))
|
||||
(lwt_ppx
|
||||
(>= "2.0"))
|
||||
cohttp-lwt
|
||||
(cohttp-lwt
|
||||
(>= "6.0"))
|
||||
cohttp-lwt-unix
|
||||
(alcotest :with-test)
|
||||
(containers :with-test))
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ depends: [
|
|||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx" {>= "2.0"}
|
||||
"cohttp-lwt"
|
||||
"cohttp-lwt" {>= "6.0"}
|
||||
"cohttp-lwt-unix"
|
||||
"alcotest" {with-test}
|
||||
"containers" {with-test}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue