Skip to content

Commit a078652

Browse files
authored
Merge pull request #23958 from emillon/js016-cohttp-async
cohttp-async requires JS < 0.16
2 parents 14481bd + b23a8bf commit a078652

File tree

2 files changed

+2
-1
lines changed
  • packages/cohttp-async
    • cohttp-async.2.5.8
    • cohttp-async.6.0.0~alpha1

2 files changed

+2
-1
lines changed

packages/cohttp-async/cohttp-async.2.5.8/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depends: [
2828
"async_kernel" {>= "v0.14.0"}
2929
"async_unix" {>= "v0.14.0"}
3030
"async" {>= "v0.14.0"}
31+
"async" {< "v0.15.0" & with-test}
3132
"base" {>= "v0.11.0"}
3233
"core" {with-test}
3334
"cohttp" {=version}

packages/cohttp-async/cohttp-async.6.0.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ depends: [
2727
"ocaml" {>= "4.08"}
2828
"http" {= version}
2929
"cohttp" {= version}
30-
"async_kernel" {>= "v0.14.0"}
30+
"async_kernel" {>= "v0.14.0" & < "v0.16.0"}
3131
"async_unix" {>= "v0.14.0"}
3232
"async" {>= "v0.14.0"}
3333
"base" {>= "v0.11.0"}

0 commit comments

Comments
 (0)