bounds on cohttp-lwt

This commit is contained in:
Simon Cruanes 2026-02-26 10:32:43 -05:00
parent 4edac68be5
commit 9cf2374930
2 changed files with 3 additions and 2 deletions

View file

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

View file

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