diff --git a/cohttp-eio.opam b/cohttp-eio.opam index d897cc859..02a44870c 100644 --- a/cohttp-eio.opam +++ b/cohttp-eio.opam @@ -26,7 +26,8 @@ depends: [ "eio" {>= "0.12"} "eio_main" {with-test} "mdx" {with-test} - "uri" {with-test} + "logs" + "uri" "tls-eio" {with-test & >= "0.17.2"} "mirage-crypto-rng-eio" {with-test & >= "0.11.2"} "fmt" diff --git a/dune-project b/dune-project index f773e761d..bc7dddb8a 100644 --- a/dune-project +++ b/dune-project @@ -375,7 +375,8 @@ (>= 0.12)) (eio_main :with-test) (mdx :with-test) - (uri :with-test) + logs + uri (tls-eio (and :with-test (>= 0.17.2))) (mirage-crypto-rng-eio (and :with-test (>= 0.11.2))) fmt