Skip to content

Commit

Permalink
Cohttp-eio: Bump lower bound for eio.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Jun 14, 2023
1 parent 37c8eac commit 6c81cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"base-domains"
"eio" {>= "0.7"}
"eio" {>= "0.10"}
"eio_main" {with-test}
"mdx" {with-test}
"uri" {with-test}
Expand Down
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ should also be fine under Windows too.
"A CoHTTP server and client implementation based on `eio` library. `cohttp-eio`features a multicore capable HTTP 1.1 server. The library promotes and is built with direct style of coding as opposed to a monadic.")
(depends
base-domains
(eio (>= 0.7))
(eio
(>= 0.10))
(eio_main :with-test)
(mdx :with-test)
(uri :with-test)
Expand Down

0 comments on commit 6c81cdc

Please sign in to comment.