File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010depends: [
1111 "dune" {>= "2.9"}
1212 "eio_linux" {= version & os = "linux"}
13- "mdx" {>= "1.10.0" & with-test}
13+ "mdx" {>= "1.10.0" & < "2.3.1" & with-test}
1414 "eio_luv" {= version}
1515 "odoc" {with-doc}
1616]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010depends: [
1111 "dune" {>= "2.9"}
1212 "eio_linux" {= version & os = "linux"}
13- "mdx" {>= "1.10.0" & with-test}
13+ "mdx" {>= "1.10.0" & < "2.3.1" & with-test}
1414 "eio_luv" {= version}
1515 "odoc" {with-doc}
1616]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010depends: [
1111 "dune" {>= "3.0"}
1212 "eio_linux" {= version & os = "linux"}
13- "mdx" {>= "1.10.0" & with-test}
13+ "mdx" {>= "1.10.0" & < "2.3.1" & with-test}
1414 "eio_luv" {= version}
1515 "odoc" {with-doc}
1616]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
99bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010depends: [
1111 "dune" {>= "3.7"}
12- "mdx" {>= "2.2.0" & with-test}
12+ "mdx" {>= "2.2.0" & < "2.3.1" & with-test}
1313 "eio_linux" {= version & os = "linux"}
1414 "eio_posix" {= version & os != "win32"}
1515 "eio_luv" {= version & (os = "win32" | with-test)}
You can’t perform that action at this time.
0 commit comments