Skip to content

Commit

Permalink
Reject base 0.16 until the API is adapted.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Jun 15, 2023
1 parent 4291795 commit d0186f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohttp-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"async_kernel" {>= "v0.14.0"}
"async_unix" {>= "v0.14.0"}
"async" {>= "v0.14.0"}
"base" {>= "v0.11.0"}
"base" {>= "v0.11.0" & < "v0.16.0"}
"core" {with-test}
"core_unix" {>= "v0.14.0"}
"conduit-async" {>= "1.2.0"}
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ should also be fine under Windows too.
(async
(>= v0.14.0))
(base
(>= v0.11.0))
(and
(>= v0.11.0)
(< v0.16.0)))
(core :with-test)
(core_unix
(>= v0.14.0))
Expand Down

0 comments on commit d0186f9

Please sign in to comment.