From 38ef7ffede4e0142fe8fd6e6f6aba4231246ea29 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 17 Feb 2023 12:22:05 +1100 Subject: [PATCH 1/3] Add lower bound on lwt. --- capnp-rpc-lwt.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp-rpc-lwt.opam b/capnp-rpc-lwt.opam index bd843ee9..b6bd7565 100644 --- a/capnp-rpc-lwt.opam +++ b/capnp-rpc-lwt.opam @@ -15,7 +15,7 @@ depends: [ "conf-capnproto" {build} "capnp" {>= "3.4.0"} "capnp-rpc" {= version} - "lwt" + "lwt" {>= "5.6.1"} "astring" "fmt" {>= "0.8.7"} "logs" From a56b4583efcdb6187c65b72c5b5b25b834217769 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Mon, 20 Feb 2023 12:19:02 +1100 Subject: [PATCH 2/3] Add lower bound on mdx 2.2.1 --- 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 4df3a2cf..aed12db4 100644 --- a/capnp-rpc-unix.opam +++ b/capnp-rpc-unix.opam @@ -23,7 +23,7 @@ depends: [ "alcotest" {>= "1.0.1" & with-test} "alcotest-lwt" { >= "1.0.1" & with-test} "mirage-crypto-rng-lwt" {>= "0.11.0"} - "mdx" {with-test} + "mdx" {>= "2.2.1" & with-test} "lwt" "asetmap" {with-test} ] From a4f687b7934c111f1868155569a6b549898d5653 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Wed, 22 Feb 2023 11:41:17 +1100 Subject: [PATCH 3/3] fixup! Add lower bound on mdx 2.2.1 --- capnp-rpc-unix.opam | 6 +++--- capnp-rpc.opam | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/capnp-rpc-unix.opam b/capnp-rpc-unix.opam index aed12db4..f8630209 100644 --- a/capnp-rpc-unix.opam +++ b/capnp-rpc-unix.opam @@ -20,11 +20,11 @@ depends: [ "extunix" "base64" {>= "3.0.0"} "dune" {>= "3.0"} - "alcotest" {>= "1.0.1" & with-test} - "alcotest-lwt" { >= "1.0.1" & with-test} + "alcotest" {>= "1.6.0" & with-test} + "alcotest-lwt" { >= "1.6.0" & with-test} "mirage-crypto-rng-lwt" {>= "0.11.0"} "mdx" {>= "2.2.1" & with-test} - "lwt" + "lwt" {>= "5.6.1"} "asetmap" {with-test} ] build: [ diff --git a/capnp-rpc.opam b/capnp-rpc.opam index 84df984d..5f0d5f37 100644 --- a/capnp-rpc.opam +++ b/capnp-rpc.opam @@ -19,7 +19,7 @@ depends: [ "logs" "asetmap" "dune" {>= "3.0"} - "alcotest" {with-test & >= "1.0.1"} + "alcotest" {>= "1.6.0" & with-test} "afl-persistent" {with-test} ] conflicts: [