Skip to content

Commit e7b310a

Browse files
authored
Add lower bound on lwt 5.7
1 parent 573e168 commit e7b310a

File tree

2 files changed

+2
-2
lines changed
  • packages
    • cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.1.0
    • cohttp-lwt/cohttp-lwt.6.1.0

2 files changed

+2
-2
lines changed

packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"cohttp" {= version}
2929
"cohttp-lwt" {= version}
3030
"logs"
31-
"lwt" {>= "3.0.0"}
31+
"lwt" {>= "5.7.0"}
3232
"lwt_ppx" {with-test}
3333
"conf-npm" {with-test}
3434
"js_of_ocaml" {>= "3.3.0"}

packages/cohttp-lwt/cohttp-lwt.6.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"ocaml" {>= "4.08"}
2929
"http" {= version}
3030
"cohttp" {= version}
31-
"lwt" {>= "5.4.0"}
31+
"lwt" {>= "5.7.0"}
3232
"sexplib0"
3333
"ipaddr" {>= "5.6.0"}
3434
"ppx_sexp_conv" {>= "v0.13.0"}

0 commit comments

Comments
 (0)