From 9396cbba3945a36284a8696e85eb1b60c018ee05 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 8 Mar 2024 15:45:47 +0000 Subject: [PATCH] Avoid MDX 2.4.0 It executes code while including it! --- capnp-rpc-unix.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp-rpc-unix.opam b/capnp-rpc-unix.opam index b23ed902..5cab7c43 100644 --- a/capnp-rpc-unix.opam +++ b/capnp-rpc-unix.opam @@ -22,7 +22,7 @@ depends: [ "alcotest" {>= "1.0.1" & with-test} "mirage-crypto-rng" {>= "0.11.0"} "mirage-crypto-rng-lwt" {>= "0.11.0"} - "mdx" {with-test} + "mdx" {>= "2.2.0" & < "2.4.0" & with-test} "asetmap" {with-test} "eio_main" ]