bounds on cohttp-lwt

This commit is contained in:
Simon Cruanes 2026-02-26 10:32:43 -05:00
parent 8a6db214da
commit 1b3aafdb8d
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 3 additions and 2 deletions

View file

@ -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))

View file

@ -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}