Skip to content

Commit 052c2ab

Browse files
committed
Lwt_eio: add upper-bounds on Eio < 0.11
1 parent 3908305 commit 052c2ab

File tree

2 files changed

+2
-2
lines changed
  • packages/lwt_eio

2 files changed

+2
-2
lines changed

packages/lwt_eio/lwt_eio.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://ocaml-multicore.github.io/lwt_eio"
1010
bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues"
1111
depends: [
1212
"dune" {>= "2.9"}
13-
"eio" {>= "0.2"}
13+
"eio" {>= "0.2" & < "0.11"}
1414
"lwt"
1515
"mdx" {>= "1.10.0" & with-test}
1616
"eio_main" {with-test}

packages/lwt_eio/lwt_eio.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://ocaml-multicore.github.io/lwt_eio"
1010
bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues"
1111
depends: [
1212
"dune" {>= "2.9"}
13-
"eio" {>= "0.7"}
13+
"eio" {>= "0.7" & < "0.11"}
1414
"lwt"
1515
"mdx" {>= "1.10.0" & with-test}
1616
"eio_main" {with-test}

0 commit comments

Comments
 (0)