Skip to content

Commit 14ae3cf

Browse files
authored
Merge pull request #712 from talex5/update-mdx
Update to MDX 2.4.1
2 parents 34b650b + 6ae124e commit 14ae3cf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dune-project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(domain-local-await (>= 0.1.0))
2525
(crowbar (and (>= 0.2) :with-test))
2626
(mtime (>= 2.0.0))
27-
(mdx (and (>= 2.2.0) (< 2.4.0) :with-test))
27+
(mdx (and (>= 2.4.1) :with-test))
2828
(dscheck (and (>= 0.1.0) :with-test))))
2929
(package
3030
(name eio_linux)
@@ -34,7 +34,7 @@
3434
(depends
3535
(alcotest (and (>= 1.7.0) :with-test))
3636
(eio (= :version))
37-
(mdx (and (>= 2.2.0) (< 2.4.0) :with-test))
37+
(mdx (and (>= 2.4.1) :with-test))
3838
(logs (and (>= 0.7.0) :with-test))
3939
(fmt (>= 0.8.9))
4040
(cmdliner (and (>= 1.1.0) :with-test))
@@ -47,7 +47,7 @@
4747
(depends
4848
(eio (= :version))
4949
(iomux (>= 0.2))
50-
(mdx (and (>= 2.2.0) (< 2.4.0) :with-test))
50+
(mdx (and (>= 2.4.1) :with-test))
5151
(fmt (>= 0.8.9))))
5252
(package
5353
(name eio_windows)
@@ -64,7 +64,7 @@
6464
(synopsis "Effect-based direct-style IO mainloop for OCaml")
6565
(description "Selects an appropriate Eio backend for the current platform.")
6666
(depends
67-
(mdx (and (>= 2.2.0) (< 2.4.0) :with-test))
67+
(mdx (and (>= 2.4.1) :with-test))
6868
(kcas (and (>= 0.3.0) :with-test))
6969
(yojson (and (>= 2.0.2) :with-test))
7070
(eio_linux (and

eio.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"domain-local-await" {>= "0.1.0"}
2222
"crowbar" {>= "0.2" & with-test}
2323
"mtime" {>= "2.0.0"}
24-
"mdx" {>= "2.2.0" & < "2.4.0" & with-test}
24+
"mdx" {>= "2.4.1" & with-test}
2525
"dscheck" {>= "0.1.0" & with-test}
2626
"odoc" {with-doc}
2727
]

eio_linux.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"dune" {>= "3.9"}
1313
"alcotest" {>= "1.7.0" & with-test}
1414
"eio" {= version}
15-
"mdx" {>= "2.2.0" & < "2.4.0" & with-test}
15+
"mdx" {>= "2.4.1" & with-test}
1616
"logs" {>= "0.7.0" & with-test}
1717
"fmt" {>= "0.8.9"}
1818
"cmdliner" {>= "1.1.0" & with-test}

eio_main.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/eio/"
1010
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1111
depends: [
1212
"dune" {>= "3.9"}
13-
"mdx" {>= "2.2.0" & < "2.4.0" & with-test}
13+
"mdx" {>= "2.4.1" & with-test}
1414
"kcas" {>= "0.3.0" & with-test}
1515
"yojson" {>= "2.0.2" & with-test}
1616
"eio_linux"

eio_posix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"dune" {>= "3.9"}
1313
"eio" {= version}
1414
"iomux" {>= "0.2"}
15-
"mdx" {>= "2.2.0" & < "2.4.0" & with-test}
15+
"mdx" {>= "2.4.1" & with-test}
1616
"fmt" {>= "0.8.9"}
1717
"odoc" {with-doc}
1818
]

0 commit comments

Comments
 (0)